Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
1ac7a0f9
Commit
1ac7a0f9
authored
Sep 21, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: update go version
parent
1d51a593
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
config.yml
.circleci/config.yml
+6
-6
No files found.
.circleci/config.yml
View file @
1ac7a0f9
version
:
2.1
version
:
2.1
orbs
:
orbs
:
go
:
circleci/go@1.
5
.0
go
:
circleci/go@1.
8
.0
gcp-cli
:
circleci/gcp-cli@3.0.1
gcp-cli
:
circleci/gcp-cli@3.0.1
slack
:
circleci/slack@4.10.1
slack
:
circleci/slack@4.10.1
commands
:
commands
:
...
@@ -737,7 +737,7 @@ jobs:
...
@@ -737,7 +737,7 @@ jobs:
description
:
Go Module Name
description
:
Go Module Name
type
:
string
type
:
string
docker
:
docker
:
-
image
:
cimg/go:1.2
0
-
image
:
cimg/go:1.2
1
steps
:
steps
:
-
checkout
-
checkout
-
run
:
-
run
:
...
@@ -912,9 +912,9 @@ jobs:
...
@@ -912,9 +912,9 @@ jobs:
-
run
:
-
run
:
name
:
Install latest golang
name
:
Install latest golang
command
:
|
command
:
|
wget https://go.dev/dl/go1.2
0
.linux-amd64.tar.gz
wget https://go.dev/dl/go1.2
1.1
.linux-amd64.tar.gz
sudo rm -rf /usr/local/go
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf go1.2
0
.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.2
1.1
.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:/usr/local/go/bin
go version
go version
-
run
:
-
run
:
...
@@ -1048,14 +1048,14 @@ jobs:
...
@@ -1048,14 +1048,14 @@ jobs:
bedrock-go-tests
:
bedrock-go-tests
:
docker
:
docker
:
-
image
:
cimg/go:1.2
0
-
image
:
cimg/go:1.2
1
resource_class
:
medium
resource_class
:
medium
steps
:
steps
:
-
run
:
echo Done
-
run
:
echo Done
fpp-verify
:
fpp-verify
:
docker
:
docker
:
-
image
:
cimg/go:1.2
0
-
image
:
cimg/go:1.2
1
steps
:
steps
:
-
checkout
-
checkout
-
run
:
-
run
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment