We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da4e5e commit 79a3f0fCopy full SHA for 79a3f0f
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/setup-go@v6
17
with:
18
- go-version: 1.x # latest
+ go-version: stable
19
- uses: actions/checkout@v5
20
- uses: golangci/golangci-lint-action@v8
21
@@ -44,7 +44,7 @@ jobs:
44
strategy:
45
fail-fast: false
46
matrix:
47
- go-version: [1.21.x, 1.22.x, 1.23.x]
+ go-version: [1.21.x, oldstable, stable]
48
race: ["-race", ""]
49
50
0 commit comments