Skip to content

Commit 1fcf20a

Browse files
committed
fix: update release workflow to Go 1.26.3 and remove go mod tidy from goreleaser
1 parent 08abf7b commit 1fcf20a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v5
2727
with:
28-
go-version: "1.26.1"
28+
go-version: "1.26.3"
2929
cache: true
3030

3131
- name: Run GoReleaser

.goreleaser.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ project_name: hawk
1919
# ---------------------------------------------------------------------------
2020
before:
2121
hooks:
22-
- go mod tidy
2322
- go mod verify
2423

2524
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)