From 1e22f930d39da388e9f7a2efeef91aacb35a049d Mon Sep 17 00:00:00 2001 From: Coder <161350311+MamunC0der@users.noreply.github.com> Date: Wed, 8 Oct 2025 20:26:02 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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