We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d7183 commit df2c66cCopy full SHA for df2c66c
README.md
@@ -39,6 +39,8 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- uses: actions/setup-go@v3
42
+ with:
43
+ go-version: 1.17
44
- uses: actions/checkout@v3
45
- name: golangci-lint
46
uses: golangci/golangci-lint-action@v3
@@ -91,12 +93,14 @@ jobs:
91
93
golangci:
92
94
strategy:
95
matrix:
- go-version: [1.15.x]
96
+ go: [1.17]
97
os: [macos-latest, windows-latest]
98
name: lint
99
runs-on: ${{ matrix.os }}
100
101
102
103
+ go-version: ${{ matrix.go }}
104
105
106
0 commit comments