Skip to content

Commit

Permalink
chore: update tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 3, 2024
1 parent d073fb8 commit 3519a25
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
version:
- ""
- "latest"
- "v1.56"
- "v1.56.1"
- "v1.58"
- "v1.58.0"
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand All @@ -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 }}
Expand All @@ -81,8 +80,8 @@ jobs:
version:
- ""
- "latest"
- "v1.56.1"
- "bf5008a11acf2da5fe76716eb21d808499e079fa"
- "v1.58.0"
- "4bf574a12bb61234e28e3d6172be6ed95b0e8baf"
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 3519a25

Please sign in to comment.