Skip to content

Commit

Permalink
Merge pull request sylabs#1742 from dtrudg/go1.20.5
Browse files Browse the repository at this point in the history
ci: bump go to 1.20.5
  • Loading branch information
dtrudg authored Jun 7, 2023
2 parents 4962ce3 + 5cfb629 commit 60a6afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
go-version:
type: string
default: '1.20.4'
default: '1.20.5'

executors:
node:
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove
`/usr/local/go` before reinstalling it._

```sh
export VERSION=1.20.4 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.20.5 OS=linux ARCH=amd64 # change this as you need

wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz \
https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz
Expand Down

0 comments on commit 60a6afb

Please sign in to comment.