Update go versions to 1.14.x that were missed in commit 99cebfcf from PR #1476

This commit is contained in:
leigh capili 2020-05-04 18:01:38 -06:00
parent 616a7577ad
commit f8af530e0c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ os:
language: go
go:
- "1.13.x"
- "1.14.x"
- tip
matrix:

View File

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