Skip to content

Commit

Permalink
Fix Goreleaser + bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
tempusfrangit committed Dec 2, 2024
1 parent bed3eab commit 7e7ec89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.22.0
golang 1.23.3
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tidy:

.PHONY: install-goreleaser
install-goreleaser:
$(GO) install github.com/goreleaser/goreleaser@latest
$(GO) install github.com/goreleaser/goreleaser/v2@latest


.PHONY: build
Expand Down
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/replicate/pget

go 1.22
toolchain go1.22.5
go 1.23

toolchain go1.23.3

require (
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
Expand Down

0 comments on commit 7e7ec89

Please sign in to comment.