Skip to content

Commit c1dee2b

Browse files
committed
Improve CI workflow
1 parent d84bdd2 commit c1dee2b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
go: [ '1.23.x', '1.24.x' ]
18+
go: [ 'oldstable', 'stable' ]
1919

2020
steps:
2121
- name: Checkout
@@ -45,13 +45,14 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v5
4747
with:
48-
go-version: '1.23.x'
48+
go-version: 'stable'
4949

5050
- name: Download dependencies
5151
run: make deps
5252

5353
- name: Check Golang sources with Aligo
5454
uses: essentialkaos/aligo-action@v2
55+
continue-on-error: true
5556
with:
5657
files: ./...
5758

@@ -103,5 +104,5 @@ jobs:
103104
uses: actions/checkout@v4
104105

105106
- name: Check spelling
106-
continue-on-error: true
107107
uses: crate-ci/typos@master
108+
continue-on-error: true

0 commit comments

Comments
 (0)