1
0

Compare commits

..

No commits in common. "fbac78759b27bdf7e22d2113c450b5606b5fb240" and "4d5259d6718d5f1ea62a1a208765605c695bd44b" have entirely different histories.

View File

@ -1,4 +1,4 @@
name: Build
name: Go
on:
push:
@ -13,19 +13,18 @@ jobs:
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: stable
go-version: '1.23.4'
- name: Build
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: "~> v2"
args: build --clean --snapshot
run: go build -v ./...
- name: Upload binares as artifact
- name: Test
run: go test -v ./...
- name: Upload binary as artifact
uses: actions/upload-artifact@v3
with:
name: licensmith
path: dist/
path: licensmith