diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c502547e..0b1edddc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -52,7 +52,7 @@ jobs: - name: Install Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: - go-version: 1.25 + go-version-file: "./go.mod" cache: true cache-dependency-path: go.sum - name: Build dbc diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c22f1a58..5dc784e0 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -55,7 +55,7 @@ jobs: - name: Install Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: - go-version: 1.25 + go-version-file: "./go.mod" cache: true cache-dependency-path: go.sum diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 6ea7620a..95301304 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -66,7 +66,7 @@ jobs: - name: Install Go uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: - go-version: 1.26 + go-version-file: "./go.mod" cache: true cache-dependency-path: go.sum - name: Node version