aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-10-29 23:01:41 -0700
committerGitHub <noreply@github.com>2020-10-29 23:01:41 -0700
commit11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf (patch)
tree43abebc30a4b621980f265a2e754459ef7c7656a
parent08cbc714f0c10fa927794dde6a588cd8b6f528f3 (diff)
downloadseaweedfs-11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf.tar.xz
seaweedfs-11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf.zip
Update go.yml
-rw-r--r--.github/workflows/go.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 3d9bcf4a2..f5fc53848 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -42,7 +42,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux # default is
goarch: amd64 # default is
- goversion: 1.14 # optional, default is
build_flags: -tags 5BytesOffset # optional, default is
ldflags: -extldflags -static -X github.com/chrislusf/seaweedfs/weed/util.COMMIT=${{github.sha}}
# Where to run `go build .`