We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08abf7b commit 1fcf20aCopy full SHA for 1fcf20a
2 files changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v5
27
with:
28
- go-version: "1.26.1"
+ go-version: "1.26.3"
29
cache: true
30
31
- name: Run GoReleaser
.goreleaser.yml
@@ -19,7 +19,6 @@ project_name: hawk
19
# ---------------------------------------------------------------------------
20
before:
21
hooks:
22
- - go mod tidy
23
- go mod verify
24
0 commit comments