Fix version
ci/woodpecker/push/goreleaser Pipeline was successful Details
ci/woodpecker/tag/goreleaser Pipeline was successful Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main v0.1.1
jolheiser 2022-07-24 23:40:37 -05:00
parent 91cbf15887
commit 0ee47079f0
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ builds:
- windows
- darwin
ldflags:
- "-s -w -X go.jolheiser.com/gomodinit.Version={{.Version}}"
- "-s -w -X main.Version={{.Version}}"
archives:
- replacements:
386: i386

View File

@ -10,7 +10,6 @@ pipeline:
commands:
- go test -race ./...
- go vet ./...
- go run github.com/rs/zerolog/cmd/lint@latest go.jolheiser.com/gomodinit
when:
event: pull_request