blob: 6a362af9901cf8136add99664fcc1dd1c5bf720c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- Makefile.orig 2025-01-22 09:33:28 UTC
+++ Makefile
@@ -1,6 +1,6 @@ all: build
all: build
-GO := $(shell which go)
+GO := $(shell which go122)
GOPATH := $(shell "$(GO)" env GOPATH)
GODIR := $(shell dirname "$(GO)")
GOFMT := "$(GODIR)/gofmt"
|