Bump actions/setup-go from 4.0.0 to 4.0.1 (#2092)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4.0.0...v4.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>
mine
dependabot[bot] 2023-05-20 08:10:36 -06:00 committed by GitHub
parent 15857b6e15
commit 288a9d0e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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