Skip to content

Commit 71ab8c4

Browse files
committed
bumped to v1.8.0 and removed -d option to go get (go 1.23 deprecation)
1 parent d1c4f01 commit 71ab8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DEFAULT_GOAL := help
2-
VERSION := v1.7.0
2+
VERSION := v1.8.0
33

44
fmt:
55
gofmt -l .
@@ -43,5 +43,5 @@ vet:
4343
go vet ./...
4444

4545
update:
46-
go get -u -d ./...
46+
go get -u ./...
4747
go mod tidy

0 commit comments

Comments
 (0)