Skip to content

Commit df5e9e0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)