We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a9b1c commit 14cbb88Copy full SHA for 14cbb88
.github/workflows/go.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- go-versions: [1.21.x, 1.22.x, 1.23.x]
+ go-versions: [1.21.x, 1.22.x, 1.23.x, 1.24.x]
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
0 commit comments