We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c30777 commit 05af099Copy full SHA for 05af099
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.23'
+ go-version-file: go.mod
19
20
- name: Install tools
21
run: make tools
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
- name: Build (CGO for keychain)
46
run: CGO_ENABLED=1 go build -o bin/frontcli ./cmd/frontcli
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
22
23
24
- name: Run GoReleaser
25
uses: goreleaser/goreleaser-action@v6
0 commit comments