aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-10-29 23:09:28 -0700
committerGitHub <noreply@github.com>2020-10-29 23:09:28 -0700
commite379fc36583a1d49c5ccc2ea5a822010552ada38 (patch)
tree5ac7ae6e0b986b4c951227d9e826546a03212858
parent11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf (diff)
downloadseaweedfs-e379fc36583a1d49c5ccc2ea5a822010552ada38.tar.xz
seaweedfs-e379fc36583a1d49c5ccc2ea5a822010552ada38.zip
Update go.yml
-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 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