diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ebb15fb..d2f2424 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,7 +38,7 @@ jobs: cache-dependency-path: ui/console/package-lock.json - name: build console UI run: cd ui/console && npm ci && npm run build - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: '1.26.2' cache: true @@ -68,7 +68,7 @@ jobs: cache-dependency-path: ui/console/package-lock.json - name: build console UI run: cd ui/console && npm ci && npm run build - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: '1.26.2' cache: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ad01eed..9b02978 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,7 +74,7 @@ jobs: with: fetch-depth: 0 # GoReleaser needs full history for changelog - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: go-version: "1.26.2" cache: true