We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500c654 commit 250f8e9Copy full SHA for 250f8e9
.github/workflows/lint_and_test.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- go-version: [1.23.x, 1.24.x]
+ go-version: [1.24.x, 1.25.x]
18
platform: [ubuntu-latest, macos-latest, windows-latest]
19
20
runs-on: ${{ matrix.platform }}
@@ -37,7 +37,7 @@ jobs:
37
- name: Run lint
38
uses: golangci/golangci-lint-action@v9
39
with:
40
- version: v2.1.6
+ version: v2.7.1
41
42
- name: Run tests
43
run: go test ./...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/masaushi/accessory
2
3
-go 1.24.0
+go 1.25.0
4
5
require (
6
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
0 commit comments