Skip to content

Commit e103454

Browse files
committed
Add Go 1.21
1 parent 9e20e0b commit e103454

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
go-version: ["1.17", "1.18", "1.19", "1.20"]
12+
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout
@@ -32,7 +32,7 @@ jobs:
3232
- name: setup-go
3333
uses: actions/setup-go@v4
3434
with:
35-
go-version: "1.20"
35+
go-version: "1.21"
3636
cache: true
3737
cache-dependency-path: go.sum
3838
- name: golangci-lint
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: true
5454
matrix:
55-
go-version: ["1.17", "1.18", "1.19", "1.20"]
55+
go-version: ["1.17", "1.18", "1.19", "1.20", "1.21"]
5656
services:
5757
mysql:
5858
image: mysql:8.0

0 commit comments

Comments
 (0)