Skip to content

Commit

Permalink
Bump actions/setup-go from 5.0.0 to 5.0.1 (#36)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 16, 2024
1 parent 2e3011d commit d4da9b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: hashicorp-contrib/setup-packer@v3
with:
packer-version: 1.10.0
- uses: actions/setup-go@v5.0.0
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.22'
- uses: actions/setup-python@v5
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.0
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.22'
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.0.1
with:
go-version: 1.22
- name: Describe plugin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Set up Go
if: steps.cache-key.outputs.cache-hit != 'true'
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.0.1
with:
go-version: '1.22'
id: go
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.0
- uses: actions/setup-go@v5.0.1
with:
go-version: '1.22'
- name: Retrieve cache
Expand Down

0 comments on commit d4da9b6

Please sign in to comment.