Skip to content

Commit

Permalink
Bump github.com/norwoodj/helm-docs from 1.12.0 to 1.13.0 (#224)
Browse files Browse the repository at this point in the history
* Bump github.com/norwoodj/helm-docs from 1.12.0 to 1.13.0

Bumps [github.com/norwoodj/helm-docs](https://github.com/norwoodj/helm-docs) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/norwoodj/helm-docs/releases)
- [Changelog](https://github.com/norwoodj/helm-docs/blob/master/CHANGELOG.md)
- [Commits](norwoodj/helm-docs@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/norwoodj/helm-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* go 1.22

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bakito <[email protected]>
  • Loading branch information
dependabot[bot] and bakito committed Feb 26, 2024
1 parent 1c8c752 commit 6dad01c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,176 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-bullseye as builder
FROM golang:1.22-bullseye as builder
WORKDIR /go/src/app

RUN apt-get update && apt-get install -y upx curl
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bakito/sealed-secrets-web

go 1.21
go 1.22

require (
github.com/bakito/semver v1.1.3
Expand All @@ -9,7 +9,7 @@ require (
github.com/golangci/golangci-lint v1.56.2
github.com/google/uuid v1.6.0
github.com/goreleaser/goreleaser v1.24.0
github.com/norwoodj/helm-docs v1.12.0
github.com/norwoodj/helm-docs v1.13.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.31.1
go.uber.org/mock v0.4.0
Expand Down
Loading

0 comments on commit 6dad01c

Please sign in to comment.