chore(deps): update golang docker tag to v1.19.2 (#1894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-10-05 08:30:09 +09:00
committed by GitHub
parent 437d0173b0
commit 6aaff4ecee

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.19.1 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.2 as builder
WORKDIR /workspace