We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5d8ee commit ea4c811Copy full SHA for ea4c811
.github/workflows/go.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [ubuntu-latest]
33
- go: [1.21, 1.22, 1.23]
+ go: [1.21, 1.22, 1.23, 1.24]
34
include:
35
- os: ubuntu-latest
36
go-build: ~/.cache/go-build
0 commit comments