Skip to content

Commit

Permalink
replace go.mod and update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmystewpot committed Apr 4, 2024
1 parent 23654e1 commit 6a9cae8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gomod:
env:
- GOPROXY=https://proxy.golang.org,direct
- GOSUMDB=sum.golang.org
- GOPRIVATE=in-addr
- GOPRIVATE=github.com/jimmystewpot/in-addr

builds:
- id: "in-addr"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module in-addr
module github.com/jimmystewpot/in-addr

go 1.22.1

Expand Down

0 comments on commit 6a9cae8

Please sign in to comment.