Skip to content

Commit

Permalink
Update dependency go to v1.23.4 (#180)
Browse files Browse the repository at this point in the history
* Update dependency go to v1.23.4

* Update golangci-lint

---------

Co-authored-by: TSUYUSATO Kitsune <[email protected]>
  • Loading branch information
renovate-bot and makenowjust authored Dec 18, 2024
1 parent 4c78bec commit 8a13519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ update-mod:
install-dep: bin/golangci-lint

bin/golangci-lint:
GOBIN=$(CURDIR)/bin go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(CURDIR)/bin v1.62.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/cloudspannerecosystem/memefish

go 1.22.0

toolchain go1.22.8
toolchain go1.23.4

require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
Expand Down

0 comments on commit 8a13519

Please sign in to comment.