We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68372ea commit 1112821Copy full SHA for 1112821
.github/workflows/run-test-go.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- go: ["1.23", "1.24"]
+ go: ["1.24", "1.25"]
12
steps:
13
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
0 commit comments