Skip to content

Commit

Permalink
Merge pull request #4 from sensiblecodeio/go-1.16.5
Browse files Browse the repository at this point in the history
Update to Go 1.16.5
  • Loading branch information
StevenMaude authored Jul 12, 2021
2 parents d11c7dc + 157e8bc commit a126597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.4-alpine
FROM golang:1.16.5-alpine

# Turn off cgo for a more static binary.
# Specify cache directory so that we can run as nobody to build the binary.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/sensiblecodeio/escape

go 1.14
go 1.16

0 comments on commit a126597

Please sign in to comment.