Merge pull request #5594 from estesp/go-for-project-checks
Add proper Go version before project checks
This commit is contained in:
commit
2076dc6ffa
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -51,6 +51,15 @@ jobs:
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.16.4'
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
|
||||
echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: src/github.com/containerd/containerd
|
||||
|
Loading…
Reference in New Issue
Block a user