We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2766c36 commit a3c1ec6Copy full SHA for a3c1ec6
.github/workflows/go.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Check license
47
run: |
48
- go get github.com/google/addlicense@latest
+ go install github.com/google/addlicense@latest
49
git reset HEAD --hard
50
make check_license
51
if [[ $? != 0 ]]
0 commit comments