Skip to content

Commit 3ae33bb

Browse files
chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.13.0 (#261)
* chore(deps): update module github.com/goreleaser/goreleaser/v2 to v2.13.0 * Update Go version from 1.24.1 to 1.25.4 * Fix typo in cache key for GitHub Actions * Fix cache key formatting in go.yaml * Remove tools cache setup in go.yaml Removed tools cache setup from GitHub Actions workflow. --------- Co-authored-by: bakito-renovate[bot] <205501741+bakito-renovate[bot]@users.noreply.github.com> Co-authored-by: Marc Brugger <[email protected]>
1 parent b7ab267 commit 3ae33bb

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/go.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
uses: actions/setup-go@v6
2121
with:
2222
go-version-file: "go.mod"
23-
- 'name': 'Set up tools cache'
24-
'uses': 'actions/cache@v4'
25-
'with':
26-
'path': "${{ github.workspace }}/bin"
27-
'key': "${{ runner.os }}-${{ github.job }}-tools-${{ hashFiles('.toolbox.mk') }}"
28-
'restore-keys': '${{ runner.os }}-${{ github.job }}-tools-'
2923
- name: Lint
3024
run: make lint
3125
installer:

.toolbox.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ TB_SYFT ?= $(TB_LOCALBIN)/syft
2323
TB_GOLANGCI_LINT_VERSION ?= v2.6.2
2424
TB_GOLANGCI_LINT_VERSION_NUM ?= $(call STRIP_V,$(TB_GOLANGCI_LINT_VERSION))
2525
# renovate: packageName=github.com/goreleaser/goreleaser/v2
26-
TB_GORELEASER_VERSION ?= v2.12.7
26+
TB_GORELEASER_VERSION ?= v2.13.0
2727
TB_GORELEASER_VERSION_NUM ?= $(call STRIP_V,$(TB_GORELEASER_VERSION))
2828
# renovate: packageName=github.com/bakito/semver
2929
TB_SEMVER_VERSION ?= v1.1.7

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/bakito/toolbox
22

3-
go 1.24.1
3+
go 1.25.4
44

55
require (
66
github.com/cavaliergopher/grab/v3 v3.0.1

0 commit comments

Comments
 (0)