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
c99becf0
Commit
c99becf0
authored
Sep 21, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci-builder: bump go version to 1.21
parent
6b935f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
ops/docker/ci-builder/Dockerfile
+2
-2
No files found.
ops/docker/ci-builder/Dockerfile
View file @
c99becf0
...
...
@@ -45,8 +45,8 @@ COPY --from=echidna-test /usr/local/bin/echidna-test /usr/local/bin/echidna-test
RUN
apt-get update
&&
\
apt-get
install
-y
bash curl openssh-client git build-essential ca-certificates jq musl gnupg coreutils
&&
\
curl
-sL
https://deb.nodesource.com/setup_16.x
-o
nodesource_setup.sh
&&
\
curl
-sL
https://go.dev/dl/go1.2
0.linux-amd64.tar.gz
-o
go1.20
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local/
-xzvf
go1.2
0
.linux-amd64.tar.gz
&&
\
curl
-sL
https://go.dev/dl/go1.2
1.1.linux-amd64.tar.gz
-o
go1.21.1
.linux-amd64.tar.gz
&&
\
tar
-C
/usr/local/
-xzvf
go1.2
1.1
.linux-amd64.tar.gz
&&
\
ln
-s
/usr/local/go/bin/gofmt /usr/local/bin/gofmt
&&
\
bash nodesource_setup.sh
&&
\
apt-get
install
-y
nodejs
&&
\
...
...
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