Skip to content

Commit

Permalink
fix: properly update go version (#10)
Browse files Browse the repository at this point in the history
* fix: properly update go version

Signed-off-by: Georgi Ivanov <georgi@ouzi.dev>

* fix: fix phone targer

Signed-off-by: Georgi Ivanov <georgi@ouzi.dev>

Signed-off-by: Georgi Ivanov <georgi@ouzi.dev>
  • Loading branch information
givanov authored Aug 17, 2022
1 parent 8e90155 commit 6391b13
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 @@ -9,7 +9,7 @@ LDFLAGS := -extldflags "-static"

BUILD_PATH = github.com/ouzi-dev/needs-retitle

GOLANG_VERSION := 1.14.2
GOLANG_VERSION := 1.18.5

HAS_GOX := $(shell command -v gox;)
HAS_GO_IMPORTS := $(shell command -v goimports;)
Expand Down

0 comments on commit 6391b13

Please sign in to comment.