Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
7a1a49481c
Bump github.com/goccy/go-yaml from 1.12.0 to 1.13.6
Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.12.0 to 1.13.6.
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/goccy/go-yaml/compare/v1.12.0...v1.13.6)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 03:37:31 +00:00
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.1 as builder
WORKDIR /go/src/mikefarah/yq

View File

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