Skip to content

Commit 4f39924

Browse files
committed
fix goreleaser
1 parent 1cc326a commit 4f39924

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515
-
1616
name: Set up Go
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.23.1
2020
-

.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
version: 2
2+
13
before:
24
hooks:
3-
- go install github.com/rakyll/statik@v0.1.7 && statik -src=./server/static -include='*.html'
5+
- go run github.com/rakyll/statik@latest -src=./server/static -include=*.html
46
- go mod download
7+
58
builds:
69
- env:
710
- CGO_ENABLED=0

0 commit comments

Comments
 (0)