diff --git a/.github/workflows/ci-lint-test.yml b/.github/workflows/ci-lint-test.yml index 9fa7512..f98d5cf 100644 --- a/.github/workflows/ci-lint-test.yml +++ b/.github/workflows/ci-lint-test.yml @@ -47,9 +47,10 @@ jobs: with: egress-policy: audit - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: - go-version: '1.24.0' + go-version: 1.24.x + cache-dependency-path: ./go.sum - uses: actions/setup-python@v5 with: python-version: '3.x' diff --git a/.github/workflows/ci-unit-tests.yml b/.github/workflows/ci-unit-tests.yml index 8b0a46d..a50f18c 100644 --- a/.github/workflows/ci-unit-tests.yml +++ b/.github/workflows/ci-unit-tests.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: - go-version: 1.23.x + go-version: 1.24.x cache-dependency-path: ./go.sum - name: Run unit tests