Skip to content

Commit 99c6b19

Browse files
authored
CI: apply changes from latest modernize v0.39.0 (#6498)
1 parent e1ff8a1 commit 99c6b19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+319
-366
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fix: build
102102
$(GOBIN)/algofix */
103103

104104
modernize:
105-
GOTOOLCHAIN=auto go run golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@latest -any=false -bloop=false -rangeint=false -fmtappendf=false -waitgroup=false -stringsbuilder=false -omitzero=false -fix ./...
105+
GOTOOLCHAIN=auto go run golang.org/x/tools/go/analysis/passes/modernize/cmd/modernize@v0.39.0 -any=false -bloop=false -rangeint=false -fmtappendf=false -waitgroup=false -stringsbuilder=false -omitzero=false -fix ./...
106106

107107
lint:
108108
go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.1 run -c .golangci.yml
@@ -149,7 +149,7 @@ api:
149149
logic:
150150
make -C data/transactions/logic
151151

152-
MSGP := go run github.com/algorand/msgp@v1.1.61
152+
MSGP := go run github.com/algorand/msgp@v1.1.62
153153
%/msgp_gen.go: ALWAYS
154154
@set +e; \
155155
printf "$(MSGP) $(@D)..."; \

agreement/msgp_gen.go

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agreement/msgp_gen_test.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/merklearray/msgp_gen.go

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/merklearray/msgp_gen_test.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/merklesignature/msgp_gen.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto/merklesignature/msgp_gen_test.go

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)