diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-18 21:12:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 21:12:05 +0000 |
| commit | c0475cc267c0dbb479ab4fd1d6634afa3c956330 (patch) | |
| tree | 9219d3bbc906e274094d9a3526bf658ca3c5396a | |
| parent | 04c3be68297f9d6b3d5ddc12bbdb14a268a8f719 (diff) | |
| download | seaweedfs-c0475cc267c0dbb479ab4fd1d6634afa3c956330.tar.xz seaweedfs-c0475cc267c0dbb479ab4fd1d6634afa3c956330.zip | |
Bump actions/setup-go from 2.2.0 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/bfdd3570ce990073878bf10f6b2d79082de49492...f6164bd8c8acb4a71fb2791a8b6c4024ff038dab)
---
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>
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 50f103337..868e3714d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Set up Go 1.x - uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2 with: go-version: ^1.13 id: go |
