Skip to content

Commit 2d00f2b

Browse files
authored
Upgrade go version (#107)
1 parent 3a4610d commit 2d00f2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

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

2020
runs-on: ${{ matrix.platform }}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/masaushi/accessory
22

3-
go 1.23
3+
go 1.24
44

5-
toolchain go1.23.0
5+
toolchain go1.24.0
66

77
require (
88
github.com/bradleyjkemp/cupaloy/v2 v2.8.0

0 commit comments

Comments
 (0)