1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix version specification

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-03-31 14:19:20 -04:00
parent 8fc373724e
commit 550eb7e85b

View File

@ -19,7 +19,7 @@ jobs:
- name: Install addlicense
run: |
export PATH=${PATH}:`go env GOPATH`/bin
go install github.com/google/addlicense@^1.0.0
go install github.com/google/addlicense@v1.0.0
- name: Check license headers
run: |
set -e