Skip to content

Commit

Permalink
Merge pull request #9 from planetscale/update-vitess-20231031
Browse files Browse the repository at this point in the history
update latest vitessio/vitess
  • Loading branch information
shlomi-noach authored Nov 1, 2023
2 parents 9c8fc29 + a8a1e46 commit 30091a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21.3'
- run: go version

- name: Build
run: make build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
golang.org/x/sync v0.3.0
vitess.io/vitess v0.10.3-0.20231029201344-d717ee357aaf
vitess.io/vitess v0.10.3-0.20231031150643-54eedf85b621
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -736,5 +736,5 @@ inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a/go.mod h1:e83i32mAQOW1LAqEIwe
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
vitess.io/vitess v0.10.3-0.20231029201344-d717ee357aaf h1:b4o7YLgE8HxCr4nQ6SsS6PpyDi+N7IKGsuPdkXhnnAs=
vitess.io/vitess v0.10.3-0.20231029201344-d717ee357aaf/go.mod h1:supqkS35MK5AKmFg+cSReAMDsog0gipgwcTEJif6ylo=
vitess.io/vitess v0.10.3-0.20231031150643-54eedf85b621 h1:enFOtxq6rvMFT90TmY+/9R0Ok/XBGlDsylqcRmjOB+E=
vitess.io/vitess v0.10.3-0.20231031150643-54eedf85b621/go.mod h1:/T+PXHATcwNDuPTj+Vb0qEQeuNyGu15ih52MyzAcRmM=

0 comments on commit 30091a6

Please sign in to comment.