Skip to content

Commit e79cacb

Browse files
committed
Update golang workflow
1 parent 0f6f672 commit e79cacb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- '1.17'
2525
- '1.18'
2626
- '1.19'
27+
- '1.20'
28+
- '1.21'
29+
- '1.22'
2730
steps:
2831
- uses: actions/checkout@v4
2932
- name: "Set up Go:${{ matrix.go }}"
@@ -43,7 +46,7 @@ jobs:
4346
- name: "Set up Go"
4447
uses: actions/setup-go@v5
4548
with:
46-
go-version: '1.19'
49+
go-version: '1.21'
4750
- name: Make check
4851
run: make check
4952
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)