Merge pull request #2003 from lunarway/bump-go-1-16

Update to Go 1.16
This commit is contained in:
Kubernetes Prow Robot 2021-03-31 00:14:58 -07:00 committed by GitHub
commit fbbc2b9f68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.16
id: go
- name: Check out code into the Go module directory

View File

@ -14,7 +14,7 @@
# builder image
ARG ARCH
FROM golang:1.15 as builder
FROM golang:1.16 as builder
ARG ARCH
WORKDIR /sigs.k8s.io/external-dns

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.15 as builder
FROM golang:1.16 as builder
WORKDIR /sigs.k8s.io/external-dns

View File

@ -1,7 +1,7 @@
# Quick Start
- [Git](https://git-scm.com/downloads)
- [Go 1.15+](https://golang.org/dl/)
- [Go 1.16+](https://golang.org/dl/)
- [Go modules](https://github.com/golang/go/wiki/Modules)
- [golangci-lint](https://github.com/golangci/golangci-lint)
- [Docker](https://docs.docker.com/install/)

2
go.mod
View File

@ -1,6 +1,6 @@
module sigs.k8s.io/external-dns
go 1.15
go 1.16
require (
cloud.google.com/go v0.50.0