Unverified Commit fbbc2b9f authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

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

Update to Go 1.16
parents 10d0ee1c 67ef48f8
Showing with 5 additions and 5 deletions
+5 -5
......@@ -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
......
......@@ -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
......
......@@ -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
......
# 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/)
......
module sigs.k8s.io/external-dns
go 1.15
go 1.16
require (
cloud.google.com/go v0.50.0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment