Skip to content

Commit

Permalink
Merge pull request apptainer#6274 from edytuk/sylabs363
Browse files Browse the repository at this point in the history
Bump Go to 1.17.2, from sylabs 363
  • Loading branch information
DrDaveD authored Nov 9, 2021
2 parents a5d6fa6 + fd0145b commit eb48e25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check_go_mod:
name: check_go_mod
runs-on: ubuntu-20.04
container: golang:1.17.1
container: golang:1.17.2
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
debian:
name: debian
runs-on: ubuntu-20.04
container: golang:1.17.1-buster
container: golang:1.17.2-buster
steps:
- name: Fetch deps
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
alpine:
name: alpine
runs-on: ubuntu-20.04
container: golang:1.17.1-alpine
container: golang:1.17.2-alpine
steps:
- name: Fetch deps
run: apk add -q --no-cache git alpine-sdk automake libtool linux-headers libarchive-dev util-linux-dev libuuid openssl-dev gawk sed cryptsetup
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.1
go-version: 1.17.2

- name: Fetch deps
run: sudo apt-get install -y build-essential squashfs-tools libseccomp-dev cryptsetup
Expand All @@ -145,7 +145,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.1
go-version: 1.17.2

- name: Fetch deps
run: sudo apt-get install -y build-essential squashfs-tools libseccomp-dev cryptsetup
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
if: env.run_tests
uses: actions/setup-go@v2
with:
go-version: 1.17.1
go-version: 1.17.2

- name: Fetch deps
if: env.run_tests
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.17.1
go-version: 1.17.2

- name: Check pkg/... doesn't depend on buildcfg
run: |
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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.17.1 OS=linux ARCH=amd64 # change this as you need
export VERSION=1.17.2 OS=linux ARCH=amd64 # change this as you need

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

0 comments on commit eb48e25

Please sign in to comment.