Skip to content

Commit 982460e

Browse files
committed
feat!: drop Go 1.16 support
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 2f5cb62 commit 982460e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
os: [ubuntu-latest, macos-latest, windows-latest]
46-
go: ['1.16', '1.17', '1.18', '1.19']
46+
go: ['1.17', '1.18', '1.19']
4747
env:
4848
GOFLAGS: -mod=readonly
4949

0 commit comments

Comments
 (0)