Bump golang from 1.23.1 to 1.23.2

Bumps golang from 1.23.1 to 1.23.2.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-03 03:09:55 +00:00 committed by Mike Farah
parent f654fbf459
commit b84e23e1ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23.1 as builder
FROM golang:1.23.2 as builder
WORKDIR /go/src/mikefarah/yq

View File

@ -1,4 +1,4 @@
FROM golang:1.23.1
FROM golang:1.23.2
RUN apt-get update && \
apt-get install -y npm && \