Skip to content

Commit

Permalink
feat!: drop Go 1.16 support
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Jan 19, 2023
1 parent 2f5cb62 commit 6b10889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.16', '1.17', '1.18', '1.19']
go: ['1.17', '1.18', '1.19']
env:
GOFLAGS: -mod=readonly

Expand Down

0 comments on commit 6b10889

Please sign in to comment.