소스 검색

upgrade to go1.15.5

Luther Monson 4 년 전
부모
커밋
be073e831a
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      .travis.yml
  2. 1 1
      Makefile
  3. 1 1
      go.mod

+ 1 - 1
.travis.yml

@@ -3,7 +3,7 @@ services:
     - docker
 language: go
 go:
-  - 1.14.x
+  - 1.15.x
 env:
   global:
     - TOOLS_CMD=golang.org/x/tools/cmd

+ 1 - 1
Makefile

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

+ 1 - 1
go.mod

@@ -1,6 +1,6 @@
 module github.com/coreos/flannel
 
-go 1.14
+go 1.15
 
 require (
 	cloud.google.com/go v0.9.1-0.20170629112852-7c205da84d8d // indirect