We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b0d90 commit e4f9e72Copy full SHA for e4f9e72
1 file changed
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- go-version: [ 'stable', 'oldstable' ]
+ go-version: [ 'stable' ]
10
name: Go ${{ matrix.go-version }}
11
steps:
12
- uses: actions/checkout@v4
0 commit comments