From aac7b8745ab5fc793c3d146ca74be4faa0a59804 Mon Sep 17 00:00:00 2001 From: Benson Wong Date: Wed, 13 May 2026 22:12:02 -0700 Subject: [PATCH] ci: set go-version-file in release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8c3fcb..f28cf18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,8 @@ jobs: ref: ${{ github.event.inputs.tag || github.ref }} - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c #6.4.0 + with: + go-version-file: go.mod - name: Set up Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 with: