Bump actions/setup-go from 2 to 3 (#69)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- 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:
2
.github/workflows/generate.yaml
vendored
2
.github/workflows/generate.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
fields:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: "actions/setup-go@v2"
|
||||
- uses: "actions/setup-go@v3"
|
||||
with:
|
||||
go-version: "${{ env.GO_VERSION }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user