Bump actions/setup-go from 3.5.0 to 4.0.0

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v3.5.0...v4.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>
This commit is contained in:
dependabot[bot] 2023-03-16 07:50:51 +00:00 committed by GitHub
parent 20b30958cb
commit 1a2b14b212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3.3.0 - uses: actions/checkout@v3.3.0
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3.5.0 uses: actions/setup-go@v4.0.0
with: with:
go-version: 'stable' go-version: 'stable'
- name: build linux amd64 version - name: build linux amd64 version