update workflow v3
well, that installation didn't work. let's try this.
This commit is contained in:
parent
832a8568f4
commit
d2bec612a7
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
run: mkdir -p /home/runner/go/bin
|
||||
|
||||
- name: Install Go's dep dependency manager
|
||||
run: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
run: apt-get install -y dep
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user