Compare commits
No commits in common. "fbac78759b27bdf7e22d2113c450b5606b5fb240" and "4d5259d6718d5f1ea62a1a208765605c695bd44b" have entirely different histories.
fbac78759b
...
4d5259d671
@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: Go
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -13,19 +13,18 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: '1.23.4'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: goreleaser/goreleaser-action@v6
|
run: go build -v ./...
|
||||||
with:
|
|
||||||
distribution: goreleaser
|
|
||||||
version: "~> v2"
|
|
||||||
args: build --clean --snapshot
|
|
||||||
|
|
||||||
- name: Upload binares as artifact
|
- name: Test
|
||||||
|
run: go test -v ./...
|
||||||
|
|
||||||
|
- name: Upload binary as artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: licensmith
|
name: licensmith
|
||||||
path: dist/
|
path: licensmith
|
Loading…
x
Reference in New Issue
Block a user