Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
chore: Upgrade to golang v1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Aug 10, 2020
1 parent 3190f2f commit 6e0d42b
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 @@ -3,7 +3,7 @@ language: go
# The version used here should match the BUILD_IMAGE variable in the
# Makefile.
go:
- "1.14.4"
- "1.14.7"

# Enable building in Travis using forked repos.
go_import_path: sigs.k8s.io/kubefed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif
BUILDMNT = /go/src/$(GOTARGET)
# The version here should match the version of go configured in
# .travis.yml
BUILD_IMAGE ?= golang:1.14.4
BUILD_IMAGE ?= golang:1.14.7

HYPERFED_TARGET = bin/hyperfed
CONTROLLER_TARGET = bin/controller-manager
Expand Down

0 comments on commit 6e0d42b

Please sign in to comment.