mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-18 17:01:07 +00:00
fix deprecation of set-env
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
ad809fa3b6
commit
bc06558e26
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -27,9 +27,13 @@ jobs:
|
||||
with:
|
||||
path: ./src/github.com/linuxkit/linuxkit
|
||||
|
||||
- name: Set path
|
||||
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
|
||||
env:
|
||||
GOPATH: ${{runner.workspace}}
|
||||
|
||||
- name: Get pre-requisites
|
||||
run: |
|
||||
echo "::set-env name=PATH::$PATH:$(go env GOPATH)/bin"
|
||||
go get -u golang.org/x/lint/golint
|
||||
go get -u github.com/gordonklaus/ineffassign
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user