Skip to content

Commit 80d983c

Browse files
authored
chore: fix license header check (#986)
Fixes #984 https://go.dev/doc/go-get-install-deprecation
1 parent 5a5c4bb commit 80d983c

File tree

1 file changed

+1
-1
lines changed
  • gapic-generator-java/.github/workflows

1 file changed

+1
-1
lines changed

gapic-generator-java/.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999
go-version: '^1.13.1'
100100
- name: License Header Check
101101
run: |
102-
go get -u github.com/google/addlicense
102+
go install github.com/google/addlicense@latest
103103
addlicense -c "Google LLC" -l apache -check $(find $PWD -type f -name '*.java' ! -iname '*PlaceholderFile.java')
104104

0 commit comments

Comments
 (0)