Skip to content

Commit

Permalink
using mod-aware go install instead of a tools mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLoy committed Nov 18, 2021
1 parent bf76123 commit 39a8344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 47 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

- name: install deps
run: |
go install -modfile=go.tools.mod golang.org/x/tools/cmd/goimports
go install -modfile=go.tools.mod golang.org/x/lint/golint
go install -modfile=go.tools.mod github.com/mattn/goveralls
go install golang.org/x/tools/cmd/goimports@latest
go install golang.org/x/lint/golint@latest
go install github.com/mattn/goveralls@latest
- name: static analysis
run: |
Expand Down
9 changes: 0 additions & 9 deletions go.tools.mod

This file was deleted.

35 changes: 0 additions & 35 deletions go.tools.sum

This file was deleted.

0 comments on commit 39a8344

Please sign in to comment.