Browse Source

Builds: Update go to v1.9.2

Tom Denham 7 years ago
parent
commit
5cd6069683
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -14,7 +14,7 @@ else
 endif
 
 # Go version to use for builds
-GO_VERSION=1.8.3
+GO_VERSION=1.9.2
 
 # K8s version used for Makefile helpers
 K8S_VERSION=v1.6.6