Skip to content

Commit

Permalink
test: test for go@v1.23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed Nov 13, 2024
1 parent 685caad commit 55540b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["1.21.x", "1.22.x"]
version: [ "1.21.x", "1.22.x","1.23.x" ]
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion goner/cmux/cmux.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (s *server) Start(gone.Cemetery) error {
mutex.Unlock()
s.processStartError(err)
})
<-time.After(10 * time.Millisecond)
<-time.After(20 * time.Millisecond)
return err
}
func (s *server) processStartError(err error) {
Expand Down

0 comments on commit 55540b7

Please sign in to comment.