update workflow v5

This commit is contained in:
Wyatt J. Miller 2019-10-05 20:38:39 -04:00 committed by GitHub
parent 10665881bc
commit 3ffa8f032c
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: sudo apt-get install -y dep run: sudo apt-get install -y go-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