Update go.mod, goreleaser for v1.8.8 (#413)

* Update go.mod, goreleaser for v1.8.8

* move ci check to go 1.20

* debug

* ci diff
This commit is contained in:
Scott Blum
2023-09-22 16:21:54 -04:00
committed by GitHub
parent 743e60a4c9
commit 42f63028d4
4 changed files with 30 additions and 1467 deletions

View File

@@ -26,7 +26,7 @@ install:
.PHONY: release
release:
@go install github.com/goreleaser/goreleaser@v1.5.0
@go install github.com/goreleaser/goreleaser@v1.10.0
goreleaser release --rm-dist
.PHONY: docker
@@ -45,6 +45,7 @@ generate: .tmp/protoc/bin/protoc
checkgenerate: generate
git status --porcelain
@if [ -n "$$(git status --porcelain)" ]; then \
git diff; \
exit 1; \
fi