feat: update workflow file

This commit is contained in:
jabuxas 2024-08-20 10:47:51 -03:00 committed by GitHub
parent 41e68a9d54
commit b578f6bfcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,15 +14,5 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - name: abyss
uses: ngs/go-release.action@v1.0.2
- 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 ./...