Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 (#588)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent 711b230 commit 478fc45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: fetch tags
run: git fetch --tags --force

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ko-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- uses: actions/[email protected].0
- uses: actions/[email protected].1
id: setup-go
with:
go-version: "1.22.0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ko-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- uses: actions/[email protected].0
- uses: actions/[email protected].1
id: setup-go
with:
go-version: "1.22.0"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
go-version: "1.22.0"

Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1
id: setup-go
with:
go-version: "1.22.0"
Expand Down

0 comments on commit 478fc45

Please sign in to comment.