Skip to content

Commit 8844b12

Browse files
authored
Fix the license check. (#14)
Signed-off-by: Alex Snaps <asnaps@redhat.com>
1 parent 3ce2442 commit 8844b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Check licenses
3939
run: |
40-
go get -u github.com/google/addlicense
40+
go install github.com/google/addlicense@v1.1.1
4141
export PATH=$PATH:$(go env GOPATH)/bin
4242
addlicense -check .
4343

0 commit comments

Comments
 (0)