Another bump to 1.16.2

This commit is contained in:
Thomas Stig Jacobsen 2021-03-12 15:44:05 +01:00
parent b1dd82e8ba
commit ac01d16c89
No known key found for this signature in database
GPG Key ID: 5957A5FE5914D6D8
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -14,7 +14,7 @@
# builder image
ARG ARCH
FROM golang:1.16.1 as builder
FROM golang:1.16.2 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.16.1 as builder
FROM golang:1.16.2 as builder
WORKDIR /sigs.k8s.io/external-dns

View File

@ -1,7 +1,7 @@
# Quick Start
- [Git](https://git-scm.com/downloads)
- [Go 1.16.1+](https://golang.org/dl/)
- [Go 1.16.2+](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/)