From 6343cb0912f161395f46c4a74ed765c40973d561 Mon Sep 17 00:00:00 2001 From: "Greg T. Wallace" <greg@gregtwallace.com> Date: Thu, 19 Jun 2025 22:52:54 -0400 Subject: [PATCH] build action: use go.mod version --- .github/workflows/build_releases.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml index 2b153fe..c054287 100644 --- a/.github/workflows/build_releases.yml +++ b/.github/workflows/build_releases.yml @@ -8,7 +8,6 @@ on: env: GITHUB_REF: ${{ github.ref }} - GO_VERSION: '1.24.4' jobs: build-all: @@ -24,7 +23,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '${{ env.GO_VERSION }}' + go-version-file: 'go.mod' - name: Build All run: |