Skip to content

Commit 86a1d22

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] Go version added. 1.22.x, 1.23.x. => 1.22.x, 1.23.x. 1.24.x.
1 parent 5be0149 commit 86a1d22

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
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
24-
go: ['1.22.x', '1.23.x']
24+
go: ['1.22.x', '1.23.x', '1.24.x']
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)