Skip to content

Commit cf33b43

Browse files
zdiffzdiff
andauthored
ci: adding go versions 1.23.x, 1.24.x, and 1.25.x to .github/workflows/golang.yaml (#427)
Co-authored-by: zdiff <zdiff@localhost>
1 parent c27618e commit cf33b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
go-version: [ '1.19', '1.20', '1.21.x', '1.22.x' ]
17+
go-version: [ '1.19', '1.20', '1.21.x', '1.22.x', '1.23.x', '1.24.x', '1.25.x' ]
1818
os: [ ubuntu-latest, macos-latest ]
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)