Skip to content

Commit

Permalink
Drop support for go 1.19.x since go team doesn't ship anymore securit…
Browse files Browse the repository at this point in the history
…y fixes for it

Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
  • Loading branch information
ccojocar committed Sep 11, 2023
1 parent 7a98537 commit aebe20c
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 @@ -10,7 +10,7 @@ jobs:
test:
strategy:
matrix:
version: [{go: '1.19.13', golangci: 'v1.52.0'}, {go: '1.20.8', golangci: 'latest'}, {go: '1.21.1', golangci: 'latest'}]
version: [{go: '1.20.8', golangci: 'latest'}, {go: '1.21.1', golangci: 'latest'}]
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand Down

0 comments on commit aebe20c

Please sign in to comment.