Skip to content

Commit 44b3103

Browse files
committedNov 3, 2021
Fix linting for Go 1.17 CI
1 parent 2e7288b commit 44b3103

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343

4444
- name: Lint
4545
run: |
46-
go mod download golang.org/x/tools
4746
go install golang.org/x/tools/cmd/goimports
4847
result=$($(go env GOPATH)/bin/goimports -d -e -local github.com/philips-labs $(go list -f {{.Dir}} ./...))
4948
echo $result

0 commit comments

Comments
 (0)