Skip to content

Commit

Permalink
chore: update go version to 1.15
Browse files Browse the repository at this point in the history
(cherry picked from commit f6951cf)
  • Loading branch information
oilbeater committed Nov 18, 2020
1 parent e0fc333 commit 1a4f48a
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
@@ -1,5 +1,5 @@
GOFILES_NOVENDOR=$(shell find . -type f -name '*.go' -not -path "./vendor/*")
GO_VERSION=1.14
GO_VERSION=1.15

REGISTRY=kubeovn
DEV_TAG=dev
Expand Down

0 comments on commit 1a4f48a

Please sign in to comment.