diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-10-29 23:01:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-29 23:01:41 -0700 |
| commit | 11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf (patch) | |
| tree | 43abebc30a4b621980f265a2e754459ef7c7656a | |
| parent | 08cbc714f0c10fa927794dde6a588cd8b6f528f3 (diff) | |
| download | seaweedfs-11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf.tar.xz seaweedfs-11697ca9fdc24a69c37a8a7014f4cfc0200c0bbf.zip | |
Update go.yml
| -rw-r--r-- | .github/workflows/go.yml | 1 |
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 .` |
