We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf16e9e + b441ec1 commit f5f2b68Copy full SHA for f5f2b68
1 file changed
.github/workflows/ci.yml
@@ -49,6 +49,15 @@ jobs:
49
timeout-minutes: 5
50
51
steps:
52
+ - uses: actions/setup-go@v2
53
+ with:
54
+ go-version: '1.16.4'
55
+
56
+ - shell: bash
57
+ run: |
58
+ echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
59
+ echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
60
61
- uses: actions/checkout@v2
62
with:
63
path: src/github.com/containerd/containerd
0 commit comments