diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-18 14:13:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-18 14:13:11 -0700 |
| commit | ce58bda4a0de317c62c26f303db363a0c1abaeba (patch) | |
| tree | 9219d3bbc906e274094d9a3526bf658ca3c5396a | |
| parent | 04c3be68297f9d6b3d5ddc12bbdb14a268a8f719 (diff) | |
| parent | c0475cc267c0dbb479ab4fd1d6634afa3c956330 (diff) | |
| download | seaweedfs-ce58bda4a0de317c62c26f303db363a0c1abaeba.tar.xz seaweedfs-ce58bda4a0de317c62c26f303db363a0c1abaeba.zip | |
Merge pull request #2769 from chrislusf/dependabot/github_actions/actions/setup-go-3
Bump actions/setup-go from 2.2.0 to 3
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 50f103337..868e3714d 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@bfdd3570ce990073878bf10f6b2d79082de49492 # v2 + uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2 with: go-version: ^1.13 id: go |
