Skip to content

Commit ff50242

Browse files
committed
Improve CI workflow
1 parent d15f417 commit ff50242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
go: [ '1.18.x', '1.19.x', '1.20.x', '1.21.x' ]
32+
go: [ '1.21.x', '1.22.x' ]
3333

3434
steps:
3535
- name: Checkout
@@ -82,7 +82,7 @@ jobs:
8282
- name: Set up Go
8383
uses: actions/setup-go@v5
8484
with:
85-
go-version: '1.20.x'
85+
go-version: '1.21.x'
8686

8787
- name: Check Golang sources with Aligo
8888
uses: essentialkaos/aligo-action@v2

0 commit comments

Comments
 (0)