Bump golang from 1.23.2 to 1.23.3

Bumps golang from 1.23.2 to 1.23.3.

---
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-11-16 00:53:21 +00:00 committed by Mike Farah
parent 95e7b35f74
commit f2cc2ea5a8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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