There was an error while loading. Please reload this page.
1 parent afcf896 commit 728c3b6Copy full SHA for 728c3b6
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go-version: ["1.24", "latest"]
+ go-version: ["oldstable", "stable"]
16
17
steps:
18
- name: Checkout
@@ -62,7 +62,7 @@ jobs:
62
- name: Set up Go
63
uses: actions/setup-go@v5
64
with:
65
- go-version: "latest"
+ go-version: "stable"
66
67
- name: Run golangci-lint
68
uses: golangci/golangci-lint-action@v6
.github/workflows/release.yml
@@ -16,6 +16,11 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
19
+ - name: Set up Go stable
20
+ uses: actions/setup-go@v5
21
+ with:
22
+ go-version: stable
23
+
24
- name: Setup Node.js
25
uses: actions/setup-node@v4
26
0 commit comments