Skip to content

Commit

Permalink
ci: add support for Go 1.16 (#117)
Browse files Browse the repository at this point in the history
Involves a quick fix to cmd/testscript tests which currently rely on the
pre 1.16 behaviour of cmd/go to automatically update go.{mod,sum} as
part of any build command.

Adding go1.16beta1 to the build matrix is a function of
github.com/actions/setup-go/issues/96
  • Loading branch information
myitcv committed Jan 18, 2021
1 parent 0199c5b commit bcd2219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/testscript/testdata/simple.txt
Expand Up @@ -11,6 +11,7 @@ stdout 'example.com/mod'

-- file.txt --
>env GOMODCACHE=$WORK
>go get -d fruit.com
>go list -m
>stdout 'example.com/mod'
>go list fruit.com/...
Expand Down

0 comments on commit bcd2219

Please sign in to comment.