Skip to content

Commit 200228c

Browse files
committed
chore: update tools
Signed-off-by: bakito <[email protected]>
1 parent 999fb53 commit 200228c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ checksum:
88
name_template: 'checksums.txt'
99
snapshot:
1010
version_template: "{{ .Tag }}-next"
11-
release:
12-
extra_files:
13-
- glob: ./dependency-licenses.csv
1411
changelog:
1512
sort: asc
1613
filters:

.toolbox.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TB_SEMVER ?= $(TB_LOCALBIN)/semver
1818

1919
## Tool Versions
2020
TB_GOLANGCI_LINT_VERSION ?= v2.1.6
21-
TB_GORELEASER_VERSION ?= v2.9.0
21+
TB_GORELEASER_VERSION ?= v2.10.2
2222
TB_HELM_DOCS_VERSION ?= v1.14.2
2323
TB_MOCKGEN_VERSION ?= v0.5.2
2424
TB_SEMVER_VERSION ?= v1.1.3

0 commit comments

Comments
 (0)