Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
muraty committed Oct 24, 2024
1 parent 1cc326a commit 4f39924
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.23.1
-
Expand Down
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: 2

before:
hooks:
- go install github.com/rakyll/statik@v0.1.7 && statik -src=./server/static -include='*.html'
- go run github.com/rakyll/statik@latest -src=./server/static -include=*.html
- go mod download

builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 4f39924

Please # to comment.