aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-29 08:49:47 -0700
committerGitHub <noreply@github.com>2022-08-29 08:49:47 -0700
commit42b72e400684f16409129d19f2e770654e4fccc1 (patch)
tree1ea51e744d6c93ab287a2fb0e16050ea11eab671
parent99b7f8fa4bea70b86f73d0b6df5ac4d8f41730f2 (diff)
downloadseaweedfs-42b72e400684f16409129d19f2e770654e4fccc1.tar.xz
seaweedfs-42b72e400684f16409129d19f2e770654e4fccc1.zip
Bump actions/setup-go from 3.2.1 to 3.3.0 (#3540)
-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 5aca3a9e6..efe15d4af 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@84cbf8094393cdc5fe1fe1671ff2647332956b1a # v2
+ uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
with:
go-version: ^1.13
id: go