Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
chore: update to golang 1.14.2
Browse files Browse the repository at this point in the history
golang/go#38070 was resolved
  • Loading branch information
Alan Shaw committed May 14, 2020
1 parent 9c5433a commit 1bde5c8
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.13.8-buster
FROM golang:1.14.2-buster

# Install deps
RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ require (
go.opencensus.io v0.22.3
)

go 1.13
go 1.14

0 comments on commit 1bde5c8

Please sign in to comment.