chore(deps): update dependency golang to v1.18 (#700)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-03-16 03:50:28 +00:00
committed by GitHub
parent 72237142c8
commit c08bedfcbd

View File

@@ -1,4 +1,4 @@
FROM golang:1.17 as builder
FROM golang:1.18 as builder
WORKDIR /builder
COPY go.* .