Skip to content

Commit

Permalink
Updated goreleaser config file to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmwinuka committed Aug 27, 2024
1 parent ac09649 commit 710c4d8
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
@@ -1,4 +1,4 @@
version: 1
version: 2

before:
hooks:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/echovault/echovault
go 1.21.4

require (
github.com/go-test/deep v1.1.1
github.com/gobwas/glob v0.2.3
github.com/hashicorp/memberlist v0.5.0
github.com/hashicorp/raft v1.5.0
Expand All @@ -16,7 +17,6 @@ require (
github.com/armon/go-metrics v0.4.1 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-test/deep v1.1.1 // indirect
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
Expand Down

0 comments on commit 710c4d8

Please sign in to comment.