aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-30 08:45:19 -0700
committerGitHub <noreply@github.com>2022-05-30 08:45:19 -0700
commitc0afc70e00ab74407ae3a8b7e167fb75ef7b7df2 (patch)
tree1e8c7b6f3fbd09679ba64df4e495448a876331eb
parent5d5d04e090abea79a966584e8b5b9c843f5425ac (diff)
parent37f48717f775218ffa6e9bc3fd73dceef6b963f5 (diff)
downloadseaweedfs-c0afc70e00ab74407ae3a8b7e167fb75ef7b7df2.tar.xz
seaweedfs-c0afc70e00ab74407ae3a8b7e167fb75ef7b7df2.zip
Merge pull request #3117 from chrislusf/dependabot/github_actions/actions/setup-go-3.2.0
-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 cda96b954..9350dc738 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@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2
+ uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v2
with:
go-version: ^1.13
id: go