Skip to content

Commit 1198e4b

Browse files
committed
remove 1.16 from ci
1 parent e92fce3 commit 1198e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
name: Test
4545
strategy:
4646
matrix:
47-
go-version: [ 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x ]
47+
go-version: [ 1.16.x, 1.17.x, 1.18.x, 1.19.x ]
4848
platform: [ ubuntu-latest, macos-latest, windows-latest ]
4949
runs-on: ${{ matrix.platform }}
5050
steps:

0 commit comments

Comments
 (0)