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

Commit cd62b30

Browse files
authored
Update go to 1.14
* Update travisci go version
1 parent 0d16765 commit cd62b30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ sudo: required
33
services:
44
- docker
55
go:
6-
- "1.13"
6+
- "1.14"
77
script:
88
- echo "Building nginx ingress operator commit:${TRAVIS_COMMIT}"
99
- make build;
1010
before_install:
1111
- echo "Checking nginx ingress operator for linting errors" && wget -O - -q ${golangci_lint} | sh -s v1.17.1
12-
- export PATH="$PATH:./bin" && make lint
12+
- export PATH="$PATH:./bin" && make lint

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginxinc/nginx-ingress-operator
22

3-
go 1.13
3+
go 1.14
44

55
require (
66
github.com/Masterminds/sprig v2.22.0+incompatible // indirect

0 commit comments

Comments
 (0)