Skip to content

Commit

Permalink
Merge pull request #86 from cwdsuzhou/master
Browse files Browse the repository at this point in the history
Fix golint ci
  • Loading branch information
cwdsuzhou committed Aug 1, 2022
2 parents 85d4be2 + 0c06892 commit 162fbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Lint Go Code
run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
go get -u golang.org/x/lint/golint
go install golang.org/x/lint/golint@latest
golint ./...
build:
name: Build
Expand Down

0 comments on commit 162fbf2

Please sign in to comment.