We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e26aa commit 7f67b6dCopy full SHA for 7f67b6d
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test-nocache:
5
strategy:
6
matrix:
7
- go-version: [1.22.x, 1.23.x]
+ go-version: [1.23.x, 1.24.x]
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
@@ -21,5 +21,5 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-go@v5
23
with:
24
- go-version: 1.23.x
+ go-version: 1.24.x
25
- run: go test ./...
README.md
@@ -13,7 +13,7 @@ jobs:
13
test:
14
15
16
17
18
19
go.mod
@@ -1,6 +1,6 @@
1
module mod.test/actions
2
3
-go 1.22
+go 1.23
require rsc.io/quote v1.5.2
0 commit comments