aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-11 15:33:00 +0000
committerGitHub <noreply@github.com>2022-07-11 15:33:00 +0000
commite098244afcf98ae64c5688128a681307bd9af03d (patch)
tree2a6da4ad50bf7cec55f88955e50d281c4dc09567
parent7929a50327afe495c1913d198958fb0b27d7bd67 (diff)
downloadseaweedfs-e098244afcf98ae64c5688128a681307bd9af03d.tar.xz
seaweedfs-e098244afcf98ae64c5688128a681307bd9af03d.zip
Bump actions/setup-go from 3.2.0 to 3.2.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/b22fbbc2921299758641fab08929b4ac52b32923...84cbf8094393cdc5fe1fe1671ff2647332956b1a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 48aee8768..8631cd9d2 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@b22fbbc2921299758641fab08929b4ac52b32923 # v2
+ uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2
with:
go-version: ^1.13
id: go