From b578f6bfcce51b1b380ea1e6167f86d623bcde0f Mon Sep 17 00:00:00 2001 From: jabuxas Date: Tue, 20 Aug 2024 10:47:51 -0300 Subject: [PATCH] feat: update workflow file --- .github/workflows/go.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6092f4a..0107b8a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,15 +14,5 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - - name: Set up Go - uses: actions/setup-go@v4 - with: - go-version: '1.23' - - - name: Build - run: go build -v ./... - - - name: Test - run: go test -v ./... + - name: abyss + uses: ngs/go-release.action@v1.0.2