diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5fb21315..effd84fd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.24' + go-version-file: 'go.mod' - name: Build run: go build -v ./...