Skip to content

Commit

Permalink
Upgrade to using golang 1.15 to build (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilthorat09 authored Jul 14, 2021
1 parent 7e1cd16 commit 59a32e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ matrix:
- VET=1
- go: 1.14.x
env: GO111MODULE=on
- go: 1.15.x
env: GO111MODULE=on
- go: tip
env: GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine as builder
FROM golang:1.15-alpine as builder
MAINTAINER FullStory Engineering

# create non-privileged group and user
Expand Down
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/fullstorydev/grpcurl

go 1.13
go 1.15

require (
github.com/golang/protobuf v1.4.2
Expand Down

0 comments on commit 59a32e5

Please sign in to comment.