Skip to content

Commit 84fecef

Browse files
authored
ci: go build: add Go 1.21.x
1 parent af66b83 commit 84fecef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.20.x, 1.13.x]
14+
go-version: [1.21.x, 1.13.x]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

0 commit comments

Comments
 (0)