We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c100a7 commit 5fd7585Copy full SHA for 5fd7585
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 get golang.org/x/lint/golint && go install golang.org/x/lint/golint
+ run: go get golang.org/x/lint/golint && go mod tidy
27
28
- name: Build and Run tests
29
run: make
0 commit comments