Skip to content

Commit

Permalink
dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
dezren39 committed Nov 7, 2023
1 parent effde2a commit e79f492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
builds:
- id: "graph"
dir: "src/graph"
dir: "sources/graph"
hooks:
pre:
- cmd: go mod tidy
dir: src/graph
dir: sources/graph
- cmd: go generate ./...
dir: src/graph
dir: sources/graph

binary: "graph"
env:
Expand Down
1 change: 0 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
go 1.21.3

use ./src/graph
use ./sources/graph

0 comments on commit e79f492

Please sign in to comment.