Skip to content

Commit

Permalink
ci: fix go installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Apr 14, 2022
1 parent a6883aa commit 8cd2049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install addlicense
run: |
export PATH=${PATH}:`go env GOPATH`/bin
go get -v -u github.com/google/addlicense
go install github.com/google/addlicense@latest
- name: Check license
run: |
export PATH=${PATH}:`go env GOPATH`/bin
Expand Down

0 comments on commit 8cd2049

Please sign in to comment.