Update dependencies

This commit is contained in:
2023-11-15 22:28:41 +08:00
parent 2bff6d8ef3
commit 61d73f7be3
4 changed files with 99 additions and 47 deletions
+2 -2
View File
@@ -3,10 +3,10 @@
all: Makefile scripts
Makefile: .PHONY
cp ~/src/go/common/scripts/Makefile .
cp ~/src/go/ntp/common/scripts/Makefile .
scripts: .PHONY
cp ~/src/go/common/scripts/{fury-publish,run-goreleaser,download-release} .
cp ~/src/go/ntp/common/scripts/{fury-publish,run-goreleaser,download-release} .
.PHONY:
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
go install github.com/goreleaser/goreleaser@v1.21.2
go install github.com/goreleaser/goreleaser@v1.22.1
DRONE_TAG=${DRONE_TAG-""}