aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-07-11 10:12:40 -0700
committerGitHub <noreply@github.com>2022-07-11 10:12:40 -0700
commit88dcb17be3662d66493159c80e3397d7327f4933 (patch)
tree2a6da4ad50bf7cec55f88955e50d281c4dc09567
parent7929a50327afe495c1913d198958fb0b27d7bd67 (diff)
parente098244afcf98ae64c5688128a681307bd9af03d (diff)
downloadseaweedfs-88dcb17be3662d66493159c80e3397d7327f4933.tar.xz
seaweedfs-88dcb17be3662d66493159c80e3397d7327f4933.zip
Merge pull request #3299 from chrislusf/dependabot/github_actions/actions/setup-go-3.2.1
-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