Skip to content

Commit 850a0e1

Browse files
committed
-compat=1.17
1 parent 88972e5 commit 850a0e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ builds:
55
dir: "sources/graph"
66
hooks:
77
pre:
8-
- cmd: go mod tidy
8+
- cmd: go mod tidy -compat=1.17
99
dir: sources/graph
1010
- cmd: go generate ./...
1111
dir: sources/graph
12-
1312
binary: "graph"
1413
targets:
1514
- android_arm64

0 commit comments

Comments
 (0)