Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
woof-chihuahua authored Feb 4, 2025
1 parent 0fede16 commit 967e899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
COMMIT := $(shell git log -1 --format='%H')
GO_VERSION := "1.23.5"
GO_VERSION := "1.23"

# don't override user values
ifeq (,$(VERSION))
Expand Down

0 comments on commit 967e899

Please sign in to comment.