We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc326a commit 4f39924Copy full SHA for 4f39924
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0
15
-
16
name: Set up Go
17
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
18
with:
19
go-version: 1.23.1
20
.goreleaser.yml
@@ -1,7 +1,10 @@
1
+version: 2
2
+
3
before:
4
hooks:
- - 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
6
- go mod download
7
8
builds:
9
- env:
10
- CGO_ENABLED=0
0 commit comments