Skip to content

Commit b52c960

Browse files
Update test.yml to remove 1.18 (#558)
1 parent e2930b9 commit b52c960

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x]
16+
go-version: [1.19.x, 1.20.x, 1.21.x]
1717
name: go-test
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)