From b4ab5910699a3dfcd705463a3c31b88691cf5831 Mon Sep 17 00:00:00 2001 From: manisha kumari Date: Mon, 3 Mar 2025 16:05:54 +0530 Subject: [PATCH] testing Signed-off-by: manisha kumari --- .github/workflows/static-check.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/static-check.yml b/.github/workflows/static-check.yml index 4163d0fa1..90a602d94 100644 --- a/.github/workflows/static-check.yml +++ b/.github/workflows/static-check.yml @@ -16,13 +16,13 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 1 - - uses: WillAbides/setup-go-faster@v1.8.0 + - uses: WillAbides/setup-go-faster@v1.14.0 with: - go-version: "1.22.x" - - uses: dominikh/staticcheck-action@v1.0.0 + go-version: "1.23.x" + - uses: dominikh/staticcheck-action@v1.3.1 with: version: "2023.1.6" install-go: false - cache-key: "1.22.x" + cache-key: "1.23.x" env: - GO_VERSION: 1.21.3 + GO_VERSION: 1.23.5