We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776cb5f commit f2aaadaCopy full SHA for f2aaada
.github/workflows/go.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.15.x]
+ go-version: [1.16.x]
8
os: [ubuntu-latest, macos-latest, windows-latest]
9
env:
10
OS: ${{ matrix.os }}
0 commit comments