Skip to content

Commit

Permalink
docker: use go1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Apr 13, 2021
1 parent 62b907e commit e238570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All rights reserved. Use of this source code is governed
# by a GPLv3 license that can be found in the LICENSE file.

FROM golang:1.15.6
FROM golang:1.16.3
WORKDIR /app
ADD . /app
# required for runtime/cgo
Expand Down

0 comments on commit e238570

Please sign in to comment.