Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 6ef1f61

Browse files
committed
Update Golang 1.17
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
1 parent 9bcf9b2 commit 6ef1f61

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-weekly-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
env:
1919
GO111MODULE: "on"
2020
steps:
21-
- name: Set up Go 1.15
21+
- name: Set up Go 1.17
2222
uses: actions/setup-go@v1
2323
with:
24-
go-version: 1.15
24+
go-version: 1.17
2525
id: go
2626

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

56-
- name: Set up Go 1.15
56+
- name: Set up Go 1.17
5757
uses: actions/setup-go@v2
5858
with:
59-
go-version: 1.15
59+
go-version: 1.17
6060
id: go
6161

6262
- name: Checkout code into the Go module directory

0 commit comments

Comments
 (0)