Skip to content

Commit

Permalink
bump go to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Mar 25, 2021
1 parent 78ad2f6 commit 4a839bb
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15 as builder
FROM golang:1.16 as builder

# Set Environment Variables
ENV HOME /app
Expand Down
2 changes: 1 addition & 1 deletion build/arm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15 as builder
FROM golang:1.16 as builder

# Set Environment Variables
ENV HOME /app
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Ehco1996/ehco

go 1.15
go 1.16

require (
github.com/go-ping/ping v0.0.0-20210216210419-25d1413fb7bb
Expand All @@ -10,6 +10,6 @@ require (
github.com/gorilla/mux v1.8.0
github.com/prometheus/client_golang v1.9.0
github.com/urfave/cli/v2 v2.3.0
github.com/xtaci/smux v2.0.1+incompatible
github.com/xtaci/smux v1.5.15
go.uber.org/zap v1.16.0
)
Loading

0 comments on commit 4a839bb

Please sign in to comment.