Skip to content

Commit

Permalink
Add Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenv committed Dec 19, 2023
1 parent 9e20e0b commit e103454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go-version: ["1.17", "1.18", "1.19", "1.20"]
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
runs-on: ubuntu-latest
steps:
- name: checkout
Expand All @@ -32,7 +32,7 @@ jobs:
- name: setup-go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
cache: true
cache-dependency-path: go.sum
- name: golangci-lint
Expand All @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go-version: ["1.17", "1.18", "1.19", "1.20"]
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
services:
mysql:
image: mysql:8.0
Expand Down

0 comments on commit e103454

Please sign in to comment.