Skip to content

Commit 250f8e9

Browse files
authored
chore: upgrade Go version to 1.25.x (#137)
* chore: upgrade Go version to 1.25.x * chore: update golangci-lint version
1 parent 500c654 commit 250f8e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
go-version: [1.23.x, 1.24.x]
17+
go-version: [1.24.x, 1.25.x]
1818
platform: [ubuntu-latest, macos-latest, windows-latest]
1919

2020
runs-on: ${{ matrix.platform }}
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run lint
3838
uses: golangci/golangci-lint-action@v9
3939
with:
40-
version: v2.1.6
40+
version: v2.7.1
4141

4242
- name: Run tests
4343
run: go test ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/masaushi/accessory
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/bradleyjkemp/cupaloy/v2 v2.8.0

0 commit comments

Comments
 (0)