Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Update go to 1.14 #8

Merged
merged 2 commits into from
Apr 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ sudo: required
services:
- docker
go:
- "1.13"
- "1.14"
script:
- echo "Building nginx ingress operator commit:${TRAVIS_COMMIT}"
- make build;
before_install:
- echo "Checking nginx ingress operator for linting errors" && wget -O - -q ${golangci_lint} | sh -s v1.17.1
- export PATH="$PATH:./bin" && make lint
- export PATH="$PATH:./bin" && make lint
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginxinc/nginx-ingress-operator

go 1.13
go 1.14

require (
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
Expand Down