Skip to content

Commit

Permalink
Merge pull request #270 from square/cs/1.13.3
Browse files Browse the repository at this point in the history
Update to Go 1.13.3
  • Loading branch information
csstaub committed Oct 20, 2019
2 parents 19170c2 + 55dbdbb commit 7e3bf78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- docker

go:
- '1.13.1'
- '1.13.3'

deploy:
- provider: releases
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# To run ghostunnel from the image (for example):
# docker run --rm squareup/ghostunnel --version

FROM golang:1.12.6-alpine as build
FROM golang:1.13.3-alpine as build

MAINTAINER Cedric Staub "cs@squareup.com"

Expand Down
2 changes: 1 addition & 1 deletion Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MKFILE_PATH := $(lastword $(MAKEFILE_LIST))
CURRENT_DIR := $(patsubst %/,%,$(dir $(realpath $(MKFILE_PATH))))

GO_VERSION ?= 1.13.1
GO_VERSION ?= 1.13.3
XGO_BASE_IMAGE ?= cssx/xgo-${GO_VERSION}

# Current system information
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To run tests:
make test

# Option 2: run unit & integration tests in a Docker container
GO_VERSION=1.13.1 make docker-test
GO_VERSION=1.13.3 make docker-test

# Open coverage information in browser
go tool cover -html coverage-merged.out
Expand Down

0 comments on commit 7e3bf78

Please sign in to comment.