Skip to content

Commit 3f53062

Browse files
Merge pull request #7 from asherf/govers
Run GHA workflow with newer go versions 1.22 & 1.23
2 parents 5f66d23 + 130fcae commit 3f53062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
go-version: [ 1.19.x, 1.20.x, 1.21.x ]
15+
go-version: [ 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x ]
1616
lint-and-coverage: [ false ]
1717
include:
1818
- go-version: 1.22.x

0 commit comments

Comments
 (0)