diff --git a/.github/workflows/installer-linux.yml b/.github/workflows/installer-linux.yml index 0af9a23..6a51919 100644 --- a/.github/workflows/installer-linux.yml +++ b/.github/workflows/installer-linux.yml @@ -102,7 +102,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: services/console/go.mod diff --git a/.github/workflows/installer-macos.yml b/.github/workflows/installer-macos.yml index a02833e..29a1ebe 100644 --- a/.github/workflows/installer-macos.yml +++ b/.github/workflows/installer-macos.yml @@ -102,7 +102,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: services/console/go.mod diff --git a/.github/workflows/installer-windows.yml b/.github/workflows/installer-windows.yml index f4f3dfb..c1e271f 100644 --- a/.github/workflows/installer-windows.yml +++ b/.github/workflows/installer-windows.yml @@ -103,7 +103,7 @@ jobs: persist-credentials: false - name: Setup Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version-file: services/console/go.mod