mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-14 02:33:03 +02:00
build(deps): bump actions/setup-go from 3.2.1 to 3.3.0 (#2313)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3.2.1...v3.3.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
7a336ca353
commit
aaabd07474
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3.2.1
|
||||
uses: actions/setup-go@v3.3.0
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user