From 48f3b0b20ac5b33628bb8aa0690b38e5d48fda4e Mon Sep 17 00:00:00 2001 From: LocalClaw Date: Wed, 11 Feb 2026 21:11:28 +0000 Subject: [PATCH] use go-version-file in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5217883..5207acf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '1.25.7' + go-version-file: go.mod cache: true - name: Install Trivy