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

fix license-header workflow

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-03-31 14:16:11 -04:00
parent 3543a8ac2c
commit ebe3b8b280

View File

@ -15,11 +15,11 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: '^1.15.1'
go-version: '^1.18.0'
- name: Install addlicense
run: |
export PATH=${PATH}:`go env GOPATH`/bin
go get -v -u github.com/google/addlicense
go install github.com/google/addlicense
- name: Check license headers
run: |
set -e