From 52391ff0f807f36beefabb288e0092b88e25c9aa Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:08:16 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 027d00738..1d0ac6b55 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -61,8 +61,8 @@ jobs: # `govulncheck` exits unsuccessfully if vulnerabilities are found, providing results in stdout. # See https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck#hdr-Exit_codes for more information on exit codes. # - # On go1.25, To make `-mode binary` work we need to make sure the binary is built with `go build -builtvsc=false` - # Since our builds do not use `-builtvsc=false`, we run in source mode here instead. + # On go1.25, To make `-mode binary` work we need to make sure the binary is built with `go build -buildvcs=false` + # Since our builds do not use `-buildvcs=false`, we run in source mode here instead. - name: Check Go vulnerabilities run: | go run golang.org/x/vuln/cmd/govulncheck@d1f380186385b4f64e00313f31743df8e4b89a77 ./...