From 3519a25e8931d06f18be2317c3f7f55c992666ed Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 4 May 2024 00:37:13 +0200 Subject: [PATCH] chore: update tests workflow --- .github/workflows/test.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a16cb3069..46092cbc3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,8 +52,8 @@ jobs: version: - "" - "latest" - - "v1.56" - - "v1.56.1" + - "v1.58" + - "v1.58.0" runs-on: ${{ matrix.os }} permissions: contents: read @@ -63,7 +63,6 @@ jobs: - uses: actions/setup-go@v5 with: go-version: oldstable - cache: false # setup-go v4 caches by default - uses: ./ with: version: ${{ matrix.version }} @@ -81,8 +80,8 @@ jobs: version: - "" - "latest" - - "v1.56.1" - - "bf5008a11acf2da5fe76716eb21d808499e079fa" + - "v1.58.0" + - "4bf574a12bb61234e28e3d6172be6ed95b0e8baf" runs-on: ${{ matrix.os }} permissions: contents: read @@ -92,7 +91,6 @@ jobs: - uses: actions/setup-go@v5 with: go-version: oldstable - cache: false # setup-go v4 caches by default - uses: ./ with: version: ${{ matrix.version }} @@ -116,7 +114,6 @@ jobs: - uses: actions/setup-go@v5 with: go-version: oldstable - cache: false # setup-go v4 caches by default - uses: ./ with: working-directory: sample-go-mod