summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjlleo <[email protected]>2021-11-09 10:34:12 +0800
committerGitHub <[email protected]>2021-11-09 10:34:12 +0800
commitd4f8599c299f25b856d75c1cc5985fdc731026bc (patch)
treead098857dc09657fd115153fd2a21962a739457c
parentb4572d618f00a992456c716584aa8b16b73aaec7 (diff)
Delete go.yml
-rw-r--r--.github/workflows/go.yml17
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