Skip to content

Commit 3e39658

Browse files
committed
update github actions
Specify path for govulncheck action. Add nix install step to release to fix missing update of Nix packages
1 parent bb0191e commit 3e39658

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v5
3232
with:
33-
go-version: 1.24
33+
go-version: 1.25
3434
- name: Run GoReleaser
3535
uses: goreleaser/goreleaser-action@v6
3636
with:

.github/workflows/vulncheck.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push]
1+
---
2+
on:
3+
push:
4+
paths:
5+
- 'src/**'
26
jobs:
37
govulncheck_job:
48
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)