Skip to content

Commit 7f46f61

Browse files
committedDec 9, 2021
use go 1.17 in the CI pipelines
1 parent 30124ec commit 7f46f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
OS: darwin
5555
ARCH: arm64
5656
steps:
57-
- name: Set up Go 1.16
57+
- name: Set up Go 1.17
5858
uses: actions/setup-go@v1
5959
id: go
6060
with:
61-
go-version: 1.16
61+
go-version: 1.17
6262
- uses: actions/checkout@v1
6363
with:
6464
submodules: true

0 commit comments

Comments
 (0)