We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0049c commit 2fb0106Copy full SHA for 2fb0106
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
strategy:
31
matrix:
32
- go: [ '1.22.x', '1.23.x' ]
+ go: [ 'oldstable', 'stable' ]
33
34
steps:
35
- name: Checkout
@@ -82,10 +82,11 @@ jobs:
82
- name: Set up Go
83
uses: actions/setup-go@v5
84
with:
85
- go-version: '1.22.x'
+ go-version: 'stable'
86
87
- name: Check Golang sources with Aligo
88
uses: essentialkaos/aligo-action@v2
89
+ continue-on-error: true
90
91
files: ./...
92
@@ -100,5 +101,5 @@ jobs:
100
101
uses: actions/checkout@v4
102
103
- name: Check spelling
- continue-on-error: true
104
uses: crate-ci/typos@master
105
0 commit comments