Skip to content

Commit c7e002a

Browse files
committed
Improve CI workflow
1 parent d58b353 commit c7e002a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
strategy:
3939
matrix:
40-
go: [ '1.18.x', '1.19.x', '1.20.x' ]
40+
go: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]
4141

4242
steps:
4343
- name: Checkout
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Go
7373
uses: actions/setup-go@v4
7474
with:
75-
go-version: '1.19.x'
75+
go-version: '1.20.x'
7676

7777
- name: Download dependencies
7878
run: make deps

0 commit comments

Comments
 (0)