Skip to content

Commit

Permalink
Merge pull request #110 from sensiblecodeio/go-1.12.10
Browse files Browse the repository at this point in the history
Update Go to 1.12.10
  • Loading branch information
StevenMaude authored Sep 30, 2019
2 parents 1074c7c + 41f2351 commit 73e1604
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 @@ -3,7 +3,7 @@ sudo: required
language: go

go:
- "1.12.1"
- "1.12.10"

services:
- docker
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.12.1-alpine
FROM golang:1.12.10-alpine

RUN apk add git

Expand Down

0 comments on commit 73e1604

Please sign in to comment.