Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 12, 2024
1 parent 5eb8657 commit 1984708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: oldstable
cache: false # setup-go v4 caches by default
- uses: ./
with:
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: oldstable
cache: false # setup-go v4 caches by default
- uses: ./
with:
Expand All @@ -113,6 +115,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: oldstable
cache: false # setup-go v4 caches by default
- uses: ./
with:
Expand Down

0 comments on commit 1984708

Please sign in to comment.