Skip to content

Commit 7b002a3

Browse files
committed
🤖 ci: remove duplicate Go version input in govulncheck step
Use `go-version-input` for `golang/govulncheck-action` instead of `go-version-file` to avoid setup-go warnings about both version input modes being set. --- _Generated with `mux` • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `$0.09`_ <!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh costs=0.09 -->
1 parent 1eba173 commit 7b002a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Run govulncheck
102102
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1
103103
with:
104-
go-version-file: go.mod
104+
go-version-input: 1.25.7
105105
go-package: ./...
106106

107107
test:

0 commit comments

Comments
 (0)