Skip to content

Commit

Permalink
chore(deps): update non-major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 3d97734 commit 1ef8539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
check-latest: true

- name: run goreleaser
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
with:
distribution: goreleaser
args: release --clean
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH)
GOOS := $(shell go env GOOS)
BUILD_LDFLAGS := -s -w
BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION}
GOLANGCI_LINT_VERSION := "v1.63.4"
GOLANGCI_LINT_VERSION := "v1.64.2"
PACKAGES := $(shell go list ./... | grep -v /config-example/)
PLATFORM := "linux/amd64,linux/arm64"

Expand Down
2 changes: 1 addition & 1 deletion helm/flottbot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: target/flottbot
tag: '0.14.0@sha256:41a2b0c47e4850fe26a067d152366ec0b9029efd3f55697341808bbc5dd50ddb'
tag: '0.15.0@sha256:7e6e99ca74bd0ff0166f9ab66b6b12db8a350d6b9788b32a895ea7f92b025945'
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 1ef8539

Please sign in to comment.