Bump golang from 613a108 to 9b09ffe

Bumps golang from `613a108` to `9b09ffe`.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-05 19:40:29 +00:00 committed by GitHub
parent 13b709ac6b
commit 63fd48a4dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT
FROM golang:latest@sha256:613a108a4a4b1dfb6923305db791a19d088f77632317cfc3446825c54fb862cd AS builder
FROM golang:latest@sha256:9b09ffe3fef804395771af434bfc35a37e5209114d13e51af9339f5c5827c838 AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir