Skip to content

Commit 90f826d

Browse files
authored
Merge pull request #1133 from sudo-bmitch/pr-gotoolchain
Test older versions of Go with toolchain=local
2 parents 162a9c8 + dd66b54 commit 90f826d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-and-linting.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Render and Lint
2626
env:
2727
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
2830
run: |
2931
export PATH=$GOPATH/bin:$PATH
3032
cd go/src/github.com/opencontainers/image-spec

0 commit comments

Comments
 (0)