Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update to Go 1.17.5
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 13, 2021
1 parent c8da19f commit 0b962de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
env:
GO111MODULE: "on"
steps:
- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17
id: go

- name: Checkout code into the Go module directory
Expand All @@ -38,10 +38,10 @@ jobs:
- name: Docker version
run: docker version

- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17
id: go

- name: Checkout code into the Go module directory
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
env:
GO111MODULE: "on"
steps:
- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17
id: go

- name: Checkout code into the Go module directory
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
# Only the CLI is needed to run docker-scan e2e
run: brew install docker

- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
id: go

- name: Checkout code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SNYK_USER_VERSION=1.460.0
SNYK_OLD_VERSION=1.382.1
# Digest of the 1.563.0 snyk/snyk:docker image
SNYK_IMAGE_DIGEST=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25
GO_VERSION=1.15.0
GO_VERSION=1.17.5
CLI_VERSION=19.03.9
ALPINE_VERSION=3.12.0
GOLANGCI_LINT_VERSION=v1.27.0-alpine
Expand Down

0 comments on commit 0b962de

Please sign in to comment.