Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Aug 27, 2023
1 parent 4ed8589 commit 7940c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME := go-musicfox
GOLANG_CROSS_VERSION ?= v1.20.6
GOLANG_CROSS_VERSION ?= v1.21.0
INJECT_PACKAGE ?= github.com/go-musicfox/go-musicfox/pkg/constants
LDFLAGS := -s -w
LASTFM_KEY ?=
Expand Down Expand Up @@ -87,4 +87,4 @@ release-debug-shell:
-w /go/src/$(PACKAGE_NAME) \
-w /go/src/go-musicfox \
--entrypoint="/bin/bash" \
$(GORELEASER_IMAGE)
$(GORELEASER_IMAGE)

0 comments on commit 7940c65

Please sign in to comment.