diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-11 02:21:15 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-11 02:21:15 +0000 |
| commit | e393928f94d22d5cff5183a6df5a4761220dd75f (patch) | |
| tree | 2c7b12af7cb38c80d9907eff56056c54aa4e0624 /.github | |
| parent | 81ad06d7efce43fb4b7ea2c272f7c32930d5e7ec (diff) | |
Bump actions/setup-go from 2 to 3
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>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3871a45..4dded5fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: TMP: D:\a\tmp steps: - run: pwd - - uses: actions/setup-go@v2 + - uses: actions/setup-go@v3 with: go-version: '1.18' - run: | |
