We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5c4bb commit 80d983cCopy full SHA for 80d983c
gapic-generator-java/.github/workflows/ci.yaml
@@ -99,6 +99,6 @@ jobs:
99
go-version: '^1.13.1'
100
- name: License Header Check
101
run: |
102
- go get -u github.com/google/addlicense
+ go install github.com/google/addlicense@latest
103
addlicense -c "Google LLC" -l apache -check $(find $PWD -type f -name '*.java' ! -iname '*PlaceholderFile.java')
104
0 commit comments