diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 707c69eae53..5cb46737ab2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v7 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} - name: Verify Code @@ -51,7 +51,7 @@ jobs: with: submodules: true - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} - name: Lint golang code @@ -70,7 +70,7 @@ jobs: - name: Fetch History run: git fetch --prune --unshallow - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} - name: Run Unit Tests @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} - name: Install Required Commands diff --git a/.github/workflows/release-assets.yaml b/.github/workflows/release-assets.yaml index 2d6aaa3e41d..1f195075feb 100644 --- a/.github/workflows/release-assets.yaml +++ b/.github/workflows/release-assets.yaml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v7 with: go-version: 1.22.3 cache: true