Quellcode durchsuchen

Builds: Update go to v1.9.2

Tom Denham vor 7 Jahren
Ursprung
Commit
5cd6069683
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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