Skip to content

Commit 5fd7585

Browse files
committed
upd github actions
1 parent 3c100a7 commit 5fd7585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: ${{ matrix.go }}
2424

2525
- name: Install golint
26-
run: go get golang.org/x/lint/golint && go install golang.org/x/lint/golint
26+
run: go get golang.org/x/lint/golint && go mod tidy
2727

2828
- name: Build and Run tests
2929
run: make

0 commit comments

Comments
 (0)