Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.0 to 5.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 58f5ada commit 1726c49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.22'
- name: Import GPG key
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.22'
id: go
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: '1.22'
id: go
Expand Down

0 comments on commit 1726c49

Please sign in to comment.