Skip to content

Commit

Permalink
Update ubuntu used in github workflows
Browse files Browse the repository at this point in the history
This will allow us to use the system packages for go.
  • Loading branch information
espindola authored and zimnx committed Nov 3, 2020
1 parent 72df8de commit 01ec7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
working-directory: ${{ github.workspace }}/src/github.com/${{ github.repository }}
working-directory-rel: src/github.com/${{ github.repository }}
GOPATH: ${{ github.workspace }}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Check out code into the GOPATH directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 01ec7ba

Please sign in to comment.