Skip to content

Commit

Permalink
chore(ci): Update Go version matrix in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoang committed Feb 13, 2025
1 parent 5574a4e commit 2b1ec6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
strategy:
matrix:
version: [1.23, 1.22, 1.21]
version: [1.24, 1.23, 1.22]
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 2b1ec6e

Please sign in to comment.