build
This commit is contained in:
parent
b516cb8d2f
commit
bdec590110
@ -6,5 +6,10 @@ jobs:
|
|||||||
Build:
|
Build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-go@v3
|
||||||
|
with:
|
||||||
|
go-version: '1.22'
|
||||||
|
cache: true
|
||||||
- run: go mod tidy
|
- run: go mod tidy
|
||||||
- run: go build -o gspot
|
- run: go build -o gspot
|
||||||
|
Loading…
Reference in New Issue
Block a user