Skip to content

Commit

Permalink
Merge pull request #2719 from TomChv/ci/update-windows-go-version
Browse files Browse the repository at this point in the history
Bump Golang version from 1.16 to 1.17 in windows build CI
  • Loading branch information
tonistiigi authored Mar 10, 2022
2 parents 77a3e5f + 679b60c commit 7c3e9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17
-
name: Cache Go modules
uses: actions/cache@v2
Expand Down

0 comments on commit 7c3e9fd

Please sign in to comment.