Skip to content

Commit

Permalink
Update CI to include Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Nov 22, 2023
1 parent 240c3c2 commit f852d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
- name: Run linters
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.18.x", "1.19.x", "1.20.x"]
go: ["1.18.x", "1.19.x", "1.20.x", "1.21.x"]
services:
mysql8:
image: mysql:8
Expand Down

0 comments on commit f852d84

Please sign in to comment.