Skip to content

Commit

Permalink
use go 1.17 in the CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Dec 9, 2021
1 parent 30124ec commit 7f46f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
OS: darwin
ARCH: arm64
steps:
- name: Set up Go 1.16
- name: Set up Go 1.17
uses: actions/setup-go@v1
id: go
with:
go-version: 1.16
go-version: 1.17
- uses: actions/checkout@v1
with:
submodules: true
Expand Down

0 comments on commit 7f46f61

Please sign in to comment.