tech debug: migrate tooling to take advantage of Go 1.16 #6892
Labels
area/build
Build or GithubAction/CI issues
go
Pull requests that update Go dependencies
type/dependencies
PRs and issues specific to updating dependencies
type/feature
Feature request
A lot of our build is designed to deal with shortcomings of Go 1.15 which are fixed in Go 1.16:
go install
instead ofgo get
to pin the versions:tools.go
.staticfiles
with Golang 1.16 built-in feature.This is the first step to Dockerize tooling as per #6519 and #6618, #6890 .
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: