hugo/htesting
Bjørn Erik Pedersen 0fc2ce9e4b
Update to Go 1.17
Go 1.17 now lazy-loads dependencies when `go.mod` is version `go17`. This does not work for us for new projects started with `hugo mod init`.

Before this commit, starting a project with Go 1.17 with `hugo mod init` and then start adding dependencies with transitive dependenies to `config.toml` would treat the transitive dependencies as new, and you would potentially get a too recent version of those.

Note that this does not effect existing projects, where all dependencies are already recorded in `go.mod`.

Fixes #8930
2021-08-31 11:19:51 +02:00
..
hqt Fix GetPage on section/bundle name overlaps 2020-05-24 12:35:45 +02:00
test_helpers.go Update to Go 1.17 2021-08-31 11:19:51 +02:00
test_helpers_test.go Update to Go 1.17 2021-08-31 11:19:51 +02:00
testdata_builder.go Add /config dir support 2018-12-11 13:08:36 +01:00