We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df9c69 commit 516cb9eCopy full SHA for 516cb9e
1 file changed
.github/workflows/build.yaml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.13.x, oldstable, stable]
+ go-version: [oldstable, stable]
8
platform: [ubuntu-latest, macos-latest, windows-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
0 commit comments