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