Skip to content

Commit

Permalink
Revert "*: upgrade go version to 1.16 (pingcap#22895)" (pingcap#22906)
Browse files Browse the repository at this point in the history
This reverts commit ae46cda.

Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
  • Loading branch information
disksing and ti-chi-bot authored Feb 24, 2021
1 parent b226130 commit dd5457f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.

# Builder image
FROM golang:1.16-alpine as builder
FROM golang:1.13-alpine as builder

RUN apk add --no-cache \
wget \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ require (
sourcegraph.com/sourcegraph/appdash-data v0.0.0-20151005221446-73f23eafcf67
)

go 1.16
go 1.13
2 changes: 1 addition & 1 deletion tests/globalkilltest/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pingcap/tests/globalkilltest

go 1.16
go 1.13

require (
github.com/go-sql-driver/mysql v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion tools/check/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ require (
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3
)

go 1.16
go 1.13

0 comments on commit dd5457f

Please sign in to comment.