Skip to content

Commit

Permalink
Remove Go 1.20
Browse files Browse the repository at this point in the history
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed Jul 8, 2024
1 parent 7be38f3 commit 323947b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20', '1.21', '1.22']
go: ["1.21", "1.22"]
name: Test on Go ${{ matrix.go }}
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
uses: golangci/golangci-lint-action@v6.0.1
with:
version: latest
args: '--config=.golangci.yaml -v'
args: "--config=.golangci.yaml -v"

0 comments on commit 323947b

Please sign in to comment.