We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce2442 commit 8844b12Copy full SHA for 8844b12
.github/workflows/rust.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Check licenses
39
run: |
40
- go get -u github.com/google/addlicense
+ go install github.com/google/addlicense@v1.1.1
41
export PATH=$PATH:$(go env GOPATH)/bin
42
addlicense -check .
43
0 commit comments