diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-08-17 20:26:52 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-08-17 22:41:05 -0600 |
commit | 13805cbbc197e61fa75cec48c9b64670a5102d48 (patch) | |
tree | 607f4687a21aaf127c5b6a87c9ff3ab2e20ac537 /Makefile | |
parent | 38feb3225f85cbdef55b7e4ce8d043322facc57a (diff) |
tools: Upgrade to Go 1.19
1. Edit Makefile:goversion
2. Run `make go-mod-tidy`
3. Run `gofmt -s -w .`
4. Look at the ignore-whitespace-change diff and fixup band gofmt changes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ tools/bin/%: tools/src/%/pin.go tools/src/%/go.mod # go mod tidy -goversion = 1.18 +goversion = 1.19 go-mod-tidy: .PHONY: go-mod-tidy |