Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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)