update workflow v3

well, that installation didn't work. let's try this.
This commit is contained in:
Wyatt J. Miller 2019-10-05 20:34:53 -04:00 committed by GitHub
parent 832a8568f4
commit d2bec612a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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 - name: Check out code into the Go module directory
uses: actions/checkout@v1 uses: actions/checkout@v1