Skip to content

Commit 2fb0106

Browse files
committed
Improve CI workflow
1 parent 5b0049c commit 2fb0106

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

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

3030
strategy:
3131
matrix:
32-
go: [ '1.22.x', '1.23.x' ]
32+
go: [ 'oldstable', 'stable' ]
3333

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

8787
- name: Check Golang sources with Aligo
8888
uses: essentialkaos/aligo-action@v2
89+
continue-on-error: true
8990
with:
9091
files: ./...
9192

@@ -100,5 +101,5 @@ jobs:
100101
uses: actions/checkout@v4
101102

102103
- name: Check spelling
103-
continue-on-error: true
104104
uses: crate-ci/typos@master
105+
continue-on-error: true

0 commit comments

Comments
 (0)