Skip to content

Commit 4f1ef27

Browse files
committed
ci: test with go 1.22
1 parent 77a6bda commit 4f1ef27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on: [push]
44

55
jobs:
66
build:
7-
87
strategy:
98
matrix:
10-
go-version: ["1.19", "1.20", "1.21"]
9+
go-version: ["1.22"]
1110
os: [macos-latest, ubuntu-latest]
1211

1312
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)