Bump actions/setup-go from 4.1.0 to 5.0.0 (#2339)

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

---
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>
mine
dependabot[bot] 2023-12-15 17:34:01 -07:00 committed by GitHub
parent 104bf96415
commit 414f7d84dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@4.1.1 uses: actions/checkout@4.1.1
- name: Install Go - name: Install Go
uses: actions/setup-go@v4.1.0 uses: actions/setup-go@v5.0.0
with: with:
go-version-file: go.mod go-version-file: go.mod
cache-dependency-path: go.sum cache-dependency-path: go.sum

View File

@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.1
- name: Install Go - name: Install Go
uses: actions/setup-go@v4.1.0 uses: actions/setup-go@v5.0.0
with: with:
go-version-file: go.mod go-version-file: go.mod
cache-dependency-path: go.sum cache-dependency-path: go.sum