Skip to content

Commit

Permalink
Update to Go 1.13 (#871)
Browse files Browse the repository at this point in the history
Signed-off-by: Bridget McErlean <[email protected]>
  • Loading branch information
zubron authored Sep 10, 2019
1 parent 3975a9e commit cfde6a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: required
language: go
go:
- '1.12'
- '1.13'
services:
- docker
install: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ifneq ($(VERBOSE),)
VERBOSE_FLAG = -v
endif
BUILDMNT = /go/src/$(GOTARGET)
BUILD_IMAGE ?= golang:1.12.1-stretch
BUILD_IMAGE ?= golang:1.13.0-stretch
AMD_IMAGE ?= debian:stretch-slim
ARM_IMAGE ?= arm64v8/ubuntu:16.04

Expand Down Expand Up @@ -182,4 +182,4 @@ deploy_kind:
./kind load docker-image $(REGISTRY)/$(TARGET):$(IMAGE_VERSION) || true

native:
$(GO_BUILD)
$(GO_BUILD)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Alternatively, you can install the CLI by running:
go get -u -v github.com/heptio/sonobuoy
```

Golang version 1.12 or greater is recommended. Golang can be installed via
Golang version 1.13 or greater is recommended. Golang can be installed via
[gimme][gimme].

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion site/docs/master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Alternatively, you can install the CLI by running:
go get -u -v github.com/heptio/sonobuoy
```

Golang version 1.12 or greater is recommended. Golang can be installed via
Golang version 1.13 or greater is recommended. Golang can be installed via
[gimme][gimme].

## Getting Started
Expand Down

0 comments on commit cfde6a0

Please sign in to comment.