Merge pull request #1784 from actions-runner-controller/renovate/golang-1.x

chore(deps): update golang docker tag to v1.19.1
This commit is contained in:
Yusuke Kuoka 2022-09-09 18:42:44 +09:00 committed by GitHub
commit a918e56ece
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.19.0 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.1 as builder
WORKDIR /workspace