Skip to content

Commit 2b3a830

Browse files
committed
go.yml: test on go1.21
Signed-off-by: Vincent Batts <[email protected]>
1 parent 5a3789b commit 2b3a830

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: ['1.17', '1.18', '1.19', '1.20']
12+
go: ['1.17', '1.18', '1.19', '1.20', '1.21']
1313

1414
name: Documentation and Linting
1515
steps:

0 commit comments

Comments
 (0)