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.
golangci-lint
v1.43
1 parent 912e343 commit 90d200fCopy full SHA for 90d200f
.github/workflows/checks.yml
@@ -14,16 +14,16 @@ jobs:
14
15
- name: golangci-lint
16
uses: golangci/golangci-lint-action@v2
17
- with:
18
- version: 'latest'
+ with:
+ version: v1.43
19
args: -v
20
21
vet-check:
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/setup-go@v2
25
with:
26
- go-version: '1.15.x'
+ go-version: "1.15.x"
27
- uses: actions/checkout@v2
28
29
- name: Run go vet
@@ -40,4 +40,4 @@ jobs:
40
41
env:
42
RAW_TITLE: ${{ github.event.pull_request.title }}
43
- RAW_BODY: ${{ github.event.pull_request.body }}
+ RAW_BODY: ${{ github.event.pull_request.body }}
scripts/install-lint.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if [[ -z "${GOPATH}" ]]; then
+if [[ -z "${GOPATH}" ]]; then
4
export GOPATH=~/go
5
fi
6
0 commit comments