Skip to content

Commit

Permalink
build: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jan 16, 2024
1 parent e9f7453 commit 1724f41
Show file tree
Hide file tree
Showing 12 changed files with 581 additions and 319 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
- id: go-mod-tidy-repo
stages: [commit]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
stages: [commit]
Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
stages: [commit]
exclude: ^charts/.+/README.md$
- repo: https://github.com/rhysd/actionlint
rev: v1.6.25
rev: v1.6.26
hooks:
- id: actionlint-system
stages: [commit]
Expand Down Expand Up @@ -74,7 +74,7 @@ repos:
stages: [commit]
args: ["-x"]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
stages: [commit]
Expand Down Expand Up @@ -114,7 +114,7 @@ repos:
- <!--|| -->
- --allow-past-years
- repo: https://github.com/norwoodj/helm-docs
rev: v1.11.2
rev: v1.12.0
hooks:
- id: helm-docs
stages: [commit]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ RUN --mount=type=cache,target=/go/pkg/mod \
./cmd/auth-provider-gcp

# hadolint ignore=DL3029
FROM --platform=linux/amd64 gcr.io/distroless/static@sha256:1b4dbd7d38a0fd4bbaf5216a21a615d07b56747a96d3c650689cbb7fdc412b49 as linux-amd64
FROM --platform=linux/amd64 gcr.io/distroless/static@sha256:8758f80ad813de0232c696f6d60439182850415475c023109392c3e968070e66 as linux-amd64
# hadolint ignore=DL3029
FROM --platform=linux/arm64 gcr.io/distroless/static@sha256:dcf9c9cafaa9c328eff2ceff5f6057588336b48c9b91ddc0913102b33bbce723 as linux-arm64
FROM --platform=linux/arm64 gcr.io/distroless/static@sha256:82f8020461a454c498a3123a14df39563a4ae2e3522174f8fa0ad0cdd8590a65 as linux-arm64

# hadolint ignore=DL3006,DL3029
FROM --platform=linux/${TARGETARCH} linux-${TARGETARCH}
Expand Down
12 changes: 8 additions & 4 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"packages": [
"actionlint@latest",
"[email protected]",
"bash@latest",
"chart-testing@latest",
"clusterctl@latest",
"coreutils@latest",
"crane@latest",
"findutils@latest",
"ginkgo@latest",
"gnused@latest",
"go@latest",
"path:./hack/flakes/go-mod-upgrade",
"gojq@latest",
"path:./hack/flakes/golangci-lint",
"golines@latest",
"google-cloud-sdk@latest",
"goreleaser@latest",
Expand All @@ -24,6 +26,8 @@
"shfmt@latest",
"upx@latest",
"yamale@latest",
"yamllint@latest"
"yamllint@latest",
"path:./hack/flakes#golangci-lint",
"path:./hack/flakes#go-mod-upgrade"
]
}
Loading

0 comments on commit 1724f41

Please sign in to comment.