Skip to content

Commit

Permalink
Include rivershared in update-submodule-versions script (#434)
Browse files Browse the repository at this point in the history
Small change to follow up #429 that makes sure that we also update
`rivershared`'s `go.mod` with changing internal package versions prior
to release.
  • Loading branch information
brandur authored Jul 8, 2024
1 parent acae6ea commit 767a26f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cmd/update-submodule-versions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var allProjectModules = []string{ //nolint:gochecknoglobals
"./riverdriver",
"./riverdriver/riverdatabasesql",
"./riverdriver/riverpgxv5",
"./rivershared",
"./rivertype",
}

Expand Down

0 comments on commit 767a26f

Please sign in to comment.