Skip to content

Commit

Permalink
-compat=1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Nov 7, 2023
1 parent 88972e5 commit 850a0e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ builds:
dir: "sources/graph"
hooks:
pre:
- cmd: go mod tidy
- cmd: go mod tidy -compat=1.17
dir: sources/graph
- cmd: go generate ./...
dir: sources/graph

binary: "graph"
targets:
- android_arm64
Expand Down

0 comments on commit 850a0e1

Please sign in to comment.