Skip to content

Commit de9323b

Browse files
authored
Merge pull request #6 from sensiblecodeio/go-1.14.4
Update build to Go 1.14.4
2 parents c9b9334 + 47872ff commit de9323b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.4-alpine
1+
FROM golang:1.14.4-alpine
22

33
ENV CGO_ENABLED=0
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/sensiblecodeio/https-redirect
22

3-
go 1.13
3+
go 1.14

0 commit comments

Comments
 (0)