update workflow v4
This commit is contained in:
parent
d2bec612a7
commit
10665881bc
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
run: mkdir -p /home/runner/go/bin
|
run: mkdir -p /home/runner/go/bin
|
||||||
|
|
||||||
- name: Install Go's dep dependency manager
|
- name: Install Go's dep dependency manager
|
||||||
run: apt-get install -y dep
|
run: sudo apt-get install -y dep
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user