We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1e3c1 commit 3c100a7Copy full SHA for 3c100a7
1 file changed
.github/workflows/go.yml
@@ -23,7 +23,7 @@ jobs:
23
go-version: ${{ matrix.go }}
24
25
- name: Install golint
26
- run: go install golang.org/x/lint/golint
+ run: go get golang.org/x/lint/golint && go install golang.org/x/lint/golint
27
28
- name: Build and Run tests
29
run: make
0 commit comments