Skip to content

Commit

Permalink
Makefile, .travis.yml: bump Golang 1.11 -> 1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <srenatus@chef.io>
  • Loading branch information
srenatus authored and tsandall committed Aug 14, 2019
1 parent 692a80c commit ebb419b
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 @@ -2,7 +2,7 @@ sudo: required
language: go
go_import_path: github.com/open-policy-agent/opa
go:
- "1.11"
- "1.12"
install:
# AWS CLI is required for pushing the edge binaries to S3.
- pip install --user awscli
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
VERSION := 0.14.0-dev

GO := go
GOVERSION := 1.11
GOVERSION := 1.12
GOARCH := $(shell go env GOARCH)
GOOS := $(shell go env GOOS)

Expand Down

0 comments on commit ebb419b

Please sign in to comment.