Skip to content

Commit

Permalink
GH-139: Updated to Go 1.13.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jirenius committed Nov 20, 2019
1 parent c7db79a commit 63348a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.12.x
- 1.13.x
- 1.13.4
install:
- go get github.com/mattn/goveralls
- go get honnef.co/go/tools/cmd/staticcheck
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.1-alpine3.10 as builder
FROM golang:1.13.4-alpine3.10 as builder

LABEL maintainer="Samuel Jirenius <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.1-alpine3.10 as builder
FROM golang:1.13.4-alpine3.10 as builder

LABEL maintainer="Samuel Jirenius <[email protected]>"

Expand Down

0 comments on commit 63348a5

Please sign in to comment.