Skip to content

Commit

Permalink
Merge pull request #70 from wongma7/golang112
Browse files Browse the repository at this point in the history
Upgrade to golang 1.12
  • Loading branch information
Cheng Pan committed Aug 20, 2019
2 parents 2c67e2d + 4388de8 commit 73b217d
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 @@ -6,7 +6,7 @@ env:
- GO111MODULE=on

go:
- "1.11.4"
- "1.12.7"

before_install:
- go get github.com/mattn/goveralls
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.11.4-stretch as builder
FROM golang:1.12.7-stretch as builder
WORKDIR /go/src/github.com/kubernetes-sigs/aws-efs-csi-driver
ENV GO111MODULE on
ADD . .
Expand Down

0 comments on commit 73b217d

Please sign in to comment.