Skip to content

Commit

Permalink
Update golang version to 1.16 in docker config (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrzhao authored Jul 19, 2022
1 parent be2104e commit c5870a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.13 AS builder
FROM golang:1.16 AS builder

ENV GO111MODULE=on \
CGO_ENABLED=0 \
Expand Down

0 comments on commit c5870a6

Please sign in to comment.