Skip to content

Commit c4b1d15

Browse files
authored
Merge pull request #97 from shamaton/maintenance/supported-version
Require Go 1.24
2 parents 989b754 + 3754b65 commit c4b1d15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
go: ["1.23", "1.24", "1.25", "1.26"]
20+
go: ["1.24", "1.25", "1.26"]
2121
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
2222
runs-on: ${{ matrix.os }}
2323
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/shamaton/msgpack/v3
22

3-
go 1.23
3+
go 1.24

0 commit comments

Comments
 (0)