Skip to content

Commit

Permalink
go1.17 only support [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
reatang committed Jan 18, 2024
1 parent bd3a4f3 commit c37bbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: run goimports
working-directory: ./
run: |
go get golang.org/x/tools/cmd/goimports
go install golang.org/x/tools/cmd/goimports@v0.15.0
export PATH=$PATH:$(go env GOPATH)/bin/
diffs=`goimports -d .`
if [[ -n $diffs ]]; then
Expand Down

0 comments on commit c37bbd7

Please sign in to comment.