diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-07-11 10:12:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 10:12:40 -0700 |
| commit | 88dcb17be3662d66493159c80e3397d7327f4933 (patch) | |
| tree | 2a6da4ad50bf7cec55f88955e50d281c4dc09567 | |
| parent | 7929a50327afe495c1913d198958fb0b27d7bd67 (diff) | |
| parent | e098244afcf98ae64c5688128a681307bd9af03d (diff) | |
| download | seaweedfs-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.yml | 2 |
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 |
