0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 12:32:59 +00:00

chore(deps): bump actions/setup-go from 4 to 5 (#791)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-11 19:17:48 -05:00 committed by GitHub
parent 3a000a04b4
commit 164a72d19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ jobs:
- '**/*.go'
- 'tools/go.mod'
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
if: steps.filter.outputs.go == 'true'
with:
go-version-file: 'go.mod'

View File

@ -22,7 +22,7 @@ jobs:
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

View File

@ -27,7 +27,7 @@ jobs:
- name: Set up Go
if: steps.filter.outputs.go == 'true'
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
@ -58,7 +58,7 @@ jobs:
- name: Set up Go
if: steps.filter.outputs.go == 'true'
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'