Use DigitalOcean owned golang-pipeline

Updates our CI workflow to use the DigitalOcean owned
`golang-pipeline`, since it includes support for Go 1.14.
This commit is contained in:
Ben Tranter 2020-04-16 17:29:49 -04:00
parent e980c8dc54
commit 2e903b10dc
No known key found for this signature in database
GPG Key ID: 429E631AAAB71BAE
1 changed files with 5 additions and 8 deletions

View File

@ -16,16 +16,13 @@ jobs:
uses: actions/checkout@v2
- name: go1.11 test
uses: shoukoo/golang-pipeline/go1.11/test@master
uses: digitalocean/golang-pipeline/go1.11/test@master
- name: go1.12 test
uses: shoukoo/golang-pipeline/go1.12/test@master
uses: digitalocean/golang-pipeline/go1.12/test@master
- name: go1.13 test
uses: shoukoo/golang-pipeline/go1.13/test@master
uses: digitalocean/golang-pipeline/go1.13/test@master
# Support for go1.14 is waiting on
# https://github.com/shoukoo/golang-pipeline/pull/7
#
# - name: go1.14 test
# uses: shoukoo/golang-pipeline/go1.14/test@master
- name: go1.14 test
uses: digitalocean/golang-pipeline/go1.14/test@master