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 | 273890421b31aa7b43d778e4da3de16659e77d73 (patch) | |
tree | a46cd884fe2132a6c69d7d1f9c8ddc84509b4afa /tools/src/golangci-lint | |
parent | 6fc662d5faa238cc71d06c2c888858747c55c55a (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 'tools/src/golangci-lint')
-rw-r--r-- | tools/src/golangci-lint/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/golangci-lint/go.mod b/tools/src/golangci-lint/go.mod index 691487b..9ad3b12 100644 --- a/tools/src/golangci-lint/go.mod +++ b/tools/src/golangci-lint/go.mod @@ -1,6 +1,6 @@ module local -go 1.18 +go 1.19 require github.com/golangci/golangci-lint v1.47.2 |