mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +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:
|
with:
|
||||||
path: ./src/github.com/linuxkit/linuxkit
|
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
|
- name: Get pre-requisites
|
||||||
run: |
|
run: |
|
||||||
echo "::set-env name=PATH::$PATH:$(go env GOPATH)/bin"
|
|
||||||
go get -u golang.org/x/lint/golint
|
go get -u golang.org/x/lint/golint
|
||||||
go get -u github.com/gordonklaus/ineffassign
|
go get -u github.com/gordonklaus/ineffassign
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user