Skip to content

Commit

Permalink
Update tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jun 21, 2024
1 parent 304fdea commit 9171be7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ $(DOWNLOAD_DEST):
.PHONY: install
install:
go mod download
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.52.0
go install gotest.tools/gotestsum@v1.9.0
go install honnef.co/go/tools/cmd/staticcheck@v0.3.3
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.0
go install gotest.tools/gotestsum@v1.11.0
go install honnef.co/go/tools/cmd/staticcheck@v0.4.7

.PHONY: tidy
tidy:
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/spacemeshos/smcli

go 1.22.2

toolchain go1.22.4

require (
github.com/btcsuite/btcutil v1.0.2
github.com/jedib0t/go-pretty/v6 v6.5.6
Expand Down

0 comments on commit 9171be7

Please sign in to comment.