mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
commit
fbbc2b9f68
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: ^1.15
|
go-version: ^1.16
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
# builder image
|
# builder image
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
FROM golang:1.15 as builder
|
FROM golang:1.16 as builder
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
|
|
||||||
WORKDIR /sigs.k8s.io/external-dns
|
WORKDIR /sigs.k8s.io/external-dns
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM golang:1.15 as builder
|
FROM golang:1.16 as builder
|
||||||
|
|
||||||
WORKDIR /sigs.k8s.io/external-dns
|
WORKDIR /sigs.k8s.io/external-dns
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Quick Start
|
# Quick Start
|
||||||
|
|
||||||
- [Git](https://git-scm.com/downloads)
|
- [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)
|
- [Go modules](https://github.com/golang/go/wiki/Modules)
|
||||||
- [golangci-lint](https://github.com/golangci/golangci-lint)
|
- [golangci-lint](https://github.com/golangci/golangci-lint)
|
||||||
- [Docker](https://docs.docker.com/install/)
|
- [Docker](https://docs.docker.com/install/)
|
||||||
|
Loading…
Reference in New Issue
Block a user