Skip to content

Commit 1ef8539

Browse files
chore(deps): update non-major deps
1 parent 3d97734 commit 1ef8539

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
check-latest: true
3333

3434
- name: run goreleaser
35-
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
35+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
3636
with:
3737
distribution: goreleaser
3838
args: release --clean

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH)
55
GOOS := $(shell go env GOOS)
66
BUILD_LDFLAGS := -s -w
77
BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION}
8-
GOLANGCI_LINT_VERSION := "v1.63.4"
8+
GOLANGCI_LINT_VERSION := "v1.64.2"
99
PACKAGES := $(shell go list ./... | grep -v /config-example/)
1010
PLATFORM := "linux/amd64,linux/arm64"
1111

helm/flottbot/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: target/flottbot
9-
tag: '0.14.0@sha256:41a2b0c47e4850fe26a067d152366ec0b9029efd3f55697341808bbc5dd50ddb'
9+
tag: '0.15.0@sha256:7e6e99ca74bd0ff0166f9ab66b6b12db8a350d6b9788b32a895ea7f92b025945'
1010
pullPolicy: IfNotPresent
1111

1212
service:

0 commit comments

Comments
 (0)