Skip to content

Commit 5ce929e

Browse files
committed
drop Go 1.21, add Go 1.23
1 parent 3a65db1 commit 5ce929e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
go-version:
15-
- '1.21.x'
1615
- '1.22.x'
16+
- '1.23.x'
1717
os:
1818
- ubuntu-latest
1919
- macos-latest
@@ -33,7 +33,7 @@ jobs:
3333
go test -race ./...
3434
3535
- name: Tidy
36-
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.22.x' # no need to do this everywhere
36+
if: matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' # no need to do this everywhere
3737
run: |
3838
go mod tidy
3939

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/rogpeppe/go-internal
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
golang.org/x/mod v0.18.0

0 commit comments

Comments
 (0)