Skip to content

Commit bc16479

Browse files
committed
Stop testing with Go 1.18
We do not care about this version.
1 parent 8e1f087 commit bc16479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.18.x, 1.21.x]
7+
go-version: [1.21.x]
88
os: [ubuntu-latest, macos-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)