We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526b709 commit 48a4b48Copy full SHA for 48a4b48
1 file changed
.github/workflows/build.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- go-version: [1.15.15, 1.20]
+ go-version: ['1.15.15', '1.20.0']
8
os: [ubuntu-latest]
9
runs-on: ${{ matrix.os }}
10
steps:
0 commit comments