Skip to content

Commit

Permalink
Add Go 1.20 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
marselester committed May 6, 2023
1 parent 4db16c7 commit cfacdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '1.20'
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.16, 1.17, 1.18, 1.19]
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20']

steps:

Expand Down

0 comments on commit cfacdda

Please sign in to comment.