Skip to content

Commit ec9b141

Browse files
committed
Update to officially supported Go versions
1 parent 030a5d4 commit ec9b141

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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", "1.21", "1.22"]
12+
go-version: ["1.23", "1.24"]
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.21"
35+
go-version: "1.24"
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", "1.21", "1.22"]
55+
go-version: ["1.23", "1.24"]
5656
services:
5757
mysql:
5858
image: mysql:8.0

0 commit comments

Comments
 (0)