We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4610d commit 2d00f2bCopy full SHA for 2d00f2b
.github/workflows/lint_and_test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- go-version: [1.22.x, 1.23.x]
+ go-version: [1.23.x, 1.24.x]
18
platform: [ubuntu-latest, macos-latest, windows-latest]
19
20
runs-on: ${{ matrix.platform }}
go.mod
@@ -1,8 +1,8 @@
1
module github.com/masaushi/accessory
2
3
-go 1.23
+go 1.24
4
5
-toolchain go1.23.0
+toolchain go1.24.0
6
7
require (
8
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
0 commit comments