diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-10-29 23:09:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 23:09:28 -0700 |
| commit | e379fc36583a1d49c5ccc2ea5a822010552ada38 (patch) | |
| tree | 5ac7ae6e0b986b4c951227d9e826546a03212858 | |
| parent | 11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf (diff) | |
| download | seaweedfs-e379fc36583a1d49c5ccc2ea5a822010552ada38.tar.xz seaweedfs-e379fc36583a1d49c5ccc2ea5a822010552ada38.zip | |
Update go.yml
| -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 f5fc53848..2beb63c50 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.13 + go-version: ^1.15 id: go - name: Check out code into the Go module directory |
