Skip to content

Commit

Permalink
Merge pull request #225 from metio/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

chore(deps): Bump actions/setup-go from 4 to 5
  • Loading branch information
github-actions[bot] authored Dec 7, 2023
2 parents ff1eaba + 16621ea commit a860605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- id: setup_go
name: Set up Go
if: steps.commits.outputs.count > 0
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4
- id: setup_go
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v4
- id: setup_go
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand All @@ -103,7 +103,7 @@ jobs:
fetch-depth: 0
- id: setup_go
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit a860605

Please sign in to comment.