chore(deps): update dependency golang to v1.18.2 (#1229)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-19 17:36:31 +09:00 committed by GitHub
parent 8a8ec43364
commit 23403172cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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