Skip to content

Commit 7f47981

Browse files
Merge pull request linuxkit#3574 from deitch/fix-set-env
fix deprecation of set-env
2 parents ad809fa + bc06558 commit 7f47981

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ jobs:
2727
with:
2828
path: ./src/github.com/linuxkit/linuxkit
2929

30+
- name: Set path
31+
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
32+
env:
33+
GOPATH: ${{runner.workspace}}
34+
3035
- name: Get pre-requisites
3136
run: |
32-
echo "::set-env name=PATH::$PATH:$(go env GOPATH)/bin"
3337
go get -u golang.org/x/lint/golint
3438
go get -u github.com/gordonklaus/ineffassign
3539
env:

0 commit comments

Comments
 (0)