Skip to content

Commit 11f6d6e

Browse files
committed
remove oldstable support from the testing workflow
there's no point in it anyway since we prefer GOTOOLCHAIN=auto.
1 parent 34e609a commit 11f6d6e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ jobs:
1313

1414
run-tests:
1515

16-
strategy:
17-
matrix:
18-
go-version:
19-
- stable
20-
- oldstable
21-
2216
runs-on: ubuntu-latest
2317

2418
permissions:
@@ -32,7 +26,7 @@ jobs:
3226
- name: Setup Go
3327
uses: actions/setup-go@v5
3428
with:
35-
go-version: ${{ matrix.go-version }}
29+
go-version: stable
3630

3731
- name: Run tests
3832
run: go test -v ./...

0 commit comments

Comments
 (0)