Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: set beelocal branch to update-k3s-1.30.3 and go 1.23 upgrade #4878

Merged
merged 10 commits into from
Nov 5, 2024
Prev Previous commit
Next Next commit
fix: revert back small change in joiner_test
  • Loading branch information
gacevicljubisa committed Oct 29, 2024
commit 272ca6cb74b9acac0d1212b5aaed0fde43db72c9
1 change: 1 addition & 0 deletions pkg/file/joiner/joiner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,7 @@ func TestJoinerRedundancy(t *testing.T) {
break scnt
default:
}
i := i
eg.Go(func() error {
chunkData := make([]byte, chunkSize)
n, err := joinReader.ReadAt(chunkData, int64(i*chunkSize))
Expand Down