Skip to content

Commit

Permalink
Update go versions to 1.14.x that were missed in commit 99cebfc from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthybox committed May 5, 2020
1 parent 616a757 commit f8af530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
language: go

go:
- "1.13.x"
- "1.14.x"
- tip

matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.mini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8af530

Please sign in to comment.