Skip to content

Commit 4b384d0

Browse files
committed
Use Go 1.20 and Go 1.21 in CI
1 parent 12d017b commit 4b384d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.19
20+
go-version: 1.21
2121
- uses: actions/checkout@v3
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v3
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
goversion: ["1.19", "1.20"]
54+
goversion: ["1.20", "1.21"]
5555

5656
name: Build & Test (Linux, Go ${{ matrix.goversion }})
5757
needs: [lint]
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: false
7777
matrix:
78-
goversion: ["1.19", "1.20"]
78+
goversion: ["1.20", "1.21"]
7979

8080
name: Build & Test (Windows, Go ${{ matrix.goversion }})
8181
needs: [lint]
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
goversion: ["1.19", "1.20"]
102+
goversion: ["1.20", "1.21"]
103103

104104
name: Build & Test (macOS, Go ${{ matrix.goversion }})
105105
needs: [lint]

0 commit comments

Comments
 (0)