We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 162a9c8 + dd66b54 commit 90f826dCopy full SHA for 90f826d
.github/workflows/docs-and-linting.yml
@@ -25,6 +25,8 @@ jobs:
25
- name: Render and Lint
26
env:
27
GOPATH: /home/runner/work/image-spec/image-spec/go
28
+ # do not automatically upgrade go to a different version: https://go.dev/doc/toolchain
29
+ GOTOOLCHAIN: local
30
run: |
31
export PATH=$GOPATH/bin:$PATH
32
cd go/src/github.com/opencontainers/image-spec
0 commit comments