Skip to content

Commit

Permalink
Drop support for Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Jun 20, 2023
1 parent 4d78c1a commit 8a8bd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.19', '1.20' ]
go-version: [ '1.20' ]
steps:

- name: Checkout
Expand Down

0 comments on commit 8a8bd6f

Please sign in to comment.