Skip to content

Commit 312ef9e

Browse files
authored
ci: Upgrade Go to 1.17 (#1130)
1 parent 7f83322 commit 312ef9e

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
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/setup-go@v2
3636
with:
37-
go-version: '1.16'
37+
go-version: '1.17'
3838

3939
- run: go build ./...
4040
working-directory: internal/endtoend/testdata

0 commit comments

Comments
 (0)