Skip to content

Commit 36a7d5b

Browse files
committed
github: Update Go versions in matrix
1 parent 408043c commit 36a7d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
go-version: [1.16.x]
13+
go-version: [1.17.x, 1.18.x]
1414
os: [ubuntu-latest, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)