Skip to content

Commit 728c3b6

Browse files
committed
ci: use stable
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent afcf896 commit 728c3b6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go-version: ["1.24", "latest"]
15+
go-version: ["oldstable", "stable"]
1616

1717
steps:
1818
- name: Checkout
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Go
6363
uses: actions/setup-go@v5
6464
with:
65-
go-version: "latest"
65+
go-version: "stable"
6666

6767
- name: Run golangci-lint
6868
uses: golangci/golangci-lint-action@v6

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
fetch-depth: 0
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

19+
- name: Set up Go stable
20+
uses: actions/setup-go@v5
21+
with:
22+
go-version: stable
23+
1924
- name: Setup Node.js
2025
uses: actions/setup-node@v4
2126
with:

0 commit comments

Comments
 (0)