Skip to content

Commit 76a72ec

Browse files
authored
Merge pull request #54 from st-tech/fix-ci
Upgrade Golang version to 1.17 used in release CI
2 parents 500ea1f + d0fbada commit 76a72ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Go
6868
uses: actions/setup-go@v2
6969
with:
70-
go-version: '1.16'
70+
go-version: '1.17'
7171

7272
- name: Login to GitHub Container Registry
7373
uses: docker/login-action@v1

0 commit comments

Comments
 (0)