File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ GOARCH := $(shell go env GOARCH)
55GOOS := $(shell go env GOOS)
66BUILD_LDFLAGS := -s -w
77BUILD_LDFLAGS += -X github.com/target/flottbot/version.Version=${VERSION}
8- GOLANGCI_LINT_VERSION := "v1.63.4 "
8+ GOLANGCI_LINT_VERSION := "v1.64.2 "
99PACKAGES := $(shell go list ./... | grep -v /config-example/)
1010PLATFORM := "linux/amd64,linux/arm64"
1111
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replicaCount: 1
66
77image :
88 repository : target/flottbot
9- tag : ' 0.14 .0@sha256:41a2b0c47e4850fe26a067d152366ec0b9029efd3f55697341808bbc5dd50ddb '
9+ tag : ' 0.15 .0@sha256:7e6e99ca74bd0ff0166f9ab66b6b12db8a350d6b9788b32a895ea7f92b025945 '
1010 pullPolicy : IfNotPresent
1111
1212service :
You can’t perform that action at this time.
0 commit comments