Skip to content

Commit dd66b54

Browse files
committed
Test older versions of Go with toolchain=local
Signed-off-by: Brandon Mitchell <git@bmitch.net>
1 parent 3cffd9d commit dd66b54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
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)