Skip to content

Commit

Permalink
Wrap in 'with'
Browse files Browse the repository at this point in the history
  • Loading branch information
flwyd committed Feb 3, 2024
1 parent 24a4ea0 commit c1f6d67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
fetch-tags: true
with:
fetch-tags: true
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
Expand All @@ -62,7 +63,8 @@ jobs:

steps:
- uses: actions/checkout@v4
fetch-tags: true
with:
fetch-tags: true
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
fetch-tags: true
with:
fetch-tags: true
- uses: actions/setup-go@v5
with:
go-version: '>=1.18'
Expand All @@ -57,7 +58,8 @@ jobs:

steps:
- uses: actions/checkout@v4
fetch-tags: true
with:
fetch-tags: true
- uses: actions/setup-go@v5
with:
go-version: '>=1.18'
Expand Down

0 comments on commit c1f6d67

Please sign in to comment.