Skip to content

Commit

Permalink
fix licence and lint workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
roytman committed Jan 16, 2023
1 parent 2196190 commit 878a9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.3.1
with:
version: v1.29
version: latest
args: --timeout 5m
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
go-version: 1.19
- name: Run license check
run: |
go get -u github.com/google/addlicense
go install github.com/google/addlicense@latest
export PATH=$PATH:$(go env GOPATH)/bin
addlicense -f hack/LICENSE.go.txt -check $(find $PWD -type f -name '*.go')

0 comments on commit 878a9e2

Please sign in to comment.