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 4495354
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v4
with:
go-version: oldstable
- uses: actions/setup-go@v5
with:
cache: false # setup-go v4 caches by default
Expand Down Expand Up @@ -88,6 +90,8 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v4
with:
go-version: oldstable
- uses: actions/setup-go@v5
with:
cache: false # setup-go v4 caches by default
Expand All @@ -111,6 +115,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
with:
go-version: oldstable
- uses: actions/setup-go@v5
with:
cache: false # setup-go v4 caches by default
Expand Down

0 comments on commit 4495354

Please sign in to comment.