🌱 Bump golang from 31a8f92 to 685a22e in /cron/internal/bq

Bumps golang from `31a8f92` to `685a22e`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-15 14:52:36 +00:00
parent 7ccd900c27
commit 488051ec1a

View File

@ -13,7 +13,7 @@
# limitations under the License.
# golang:1.19
FROM golang@sha256:31a8f92b17829b3ccddf0add184f18203acfd79ccc1bcb5c43803ab1c4836cca AS base
FROM golang@sha256:685a22e459f9516f27d975c5cc6accc11223ee81fdfbbae60e39cc3b87357306 AS base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* ./