aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-05-16 09:14:58 -0700
committerGitHub <noreply@github.com>2022-05-16 09:14:58 -0700
commitf496629d3b8329b058536784a58937bdab8b0de6 (patch)
tree317f2898f9c128c27ed08c73ffb21ac707cd8f37
parent72e7dcde51d148494c2dcb734565f6681dba27fd (diff)
parent70779df038365124a17854c2170cddfcfda441db (diff)
downloadseaweedfs-f496629d3b8329b058536784a58937bdab8b0de6.tar.xz
seaweedfs-f496629d3b8329b058536784a58937bdab8b0de6.zip
Merge pull request #3062 from chrislusf/dependabot/github_actions/actions/setup-go-3.1.0
Bump actions/setup-go from 3.0.0 to 3.1.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 f40e759d3..cda96b954 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@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
+ uses: actions/setup-go@fcdc43634adb5f7ae75a9d7a9b9361790f7293e2 # v2
with:
go-version: ^1.13
id: go