We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0191e commit 3e39658Copy full SHA for 3e39658
2 files changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Set up Go
31
uses: actions/setup-go@v5
32
with:
33
- go-version: 1.24
+ go-version: 1.25
34
- name: Run GoReleaser
35
uses: goreleaser/goreleaser-action@v6
36
.github/workflows/vulncheck.yml
@@ -1,4 +1,8 @@
1
-on: [push]
+---
2
+on:
3
+ push:
4
+ paths:
5
+ - 'src/**'
6
jobs:
7
govulncheck_job:
8
runs-on: ubuntu-latest
0 commit comments