diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b8cf7f75e0..8eb6640b77 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: name: Lint runs-on: [self-hosted-ghr, size-s-x64] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: false @@ -23,7 +23,7 @@ jobs: key: ${{ runner.os }}-build-tools-cache-${{ hashFiles('build/checksums.txt') }} - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.25 cache: false @@ -44,12 +44,12 @@ jobs: - '1.25' - '1.24' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: ${{ matrix.go }} cache: false