diff options
author | sjlleo <[email protected]> | 2021-11-09 10:34:12 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-11-09 10:34:12 +0800 |
commit | d4f8599c299f25b856d75c1cc5985fdc731026bc (patch) | |
tree | ad098857dc09657fd115153fd2a21962a739457c /.github | |
parent | b4572d618f00a992456c716584aa8b16b73aaec7 (diff) |
Delete go.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index eab56a6..0000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,17 +0,0 @@ -# .github/workflows/release.yaml - -on: - release: - types: [created] - -jobs: - release-linux-amd64: - name: release linux/amd64 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: wangyoucao577/[email protected] - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - goos: linux - goarch: amd64 |