Skip to content

Commit 79a3f0f

Browse files
committed
ci: use "oldstable" and "stable" Go versions
In addition to the one from go.mod (currently 1.21). Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 4da4e5e commit 79a3f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v6
1717
with:
18-
go-version: 1.x # latest
18+
go-version: stable
1919
- uses: actions/checkout@v5
2020
- uses: golangci/golangci-lint-action@v8
2121
with:
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
go-version: [1.21.x, 1.22.x, 1.23.x]
47+
go-version: [1.21.x, oldstable, stable]
4848
race: ["-race", ""]
4949

5050
steps:

0 commit comments

Comments
 (0)