feat: update workflow file
This commit is contained in:
parent
41e68a9d54
commit
b578f6bfcc
14
.github/workflows/go.yml
vendored
14
.github/workflows/go.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user