update go workflow again
I threw the go's dep earlier in the workflow even though installation is already stated. we'll see how this goes
This commit is contained in:
parent
77a9941a0e
commit
832a8568f4
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -19,6 +19,9 @@ jobs:
|
||||
- name: Setup GOPATH
|
||||
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
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user