Skip to content

Commit fb64824

Browse files
committed
all: drop Go 1.22.x support
golang.org/x/tools requires Go 1.23 now.
1 parent 151eaf4 commit fb64824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
go: ['1.22.x', '1.23.x', '1.24.x']
10+
go: ['1.23.x', '1.24.x']
1111
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
env:

0 commit comments

Comments
 (0)