Skip to content

Commit b2fe237

Browse files
unknwonSourcegraph
andauthored
ci: add Go 1.17 (#6)
Co-authored-by: Sourcegraph <[email protected]>
1 parent d830f2b commit b2fe237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Test
3434
strategy:
3535
matrix:
36-
go-version: [ 1.16.x ]
36+
go-version: [ 1.16.x, 1.17.x ]
3737
platform: [ ubuntu-latest, macos-latest, windows-latest ]
3838
runs-on: ${{ matrix.platform }}
3939
steps:

0 commit comments

Comments
 (0)