From 74c894c457b89e1fd93faddb03c2e1ff393fffbf Mon Sep 17 00:00:00 2001 From: Goxiaoy Date: Mon, 27 Nov 2023 11:35:02 +0800 Subject: [PATCH] update actions --- .github/workflows/go.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml deleted file mode 100644 index d7156a7..0000000 --- a/.github/workflows/go.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Go - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: 1.18 - - - name: Build - run: go build -v ./... - - - name: Test - run: go test -v ./... \ No newline at end of file