Skip to content

Commit 897be38

Browse files
authored
chore: remove deprecated rand.Seed() in testing.docker (#1149)
* chore: remove deprecated `rand.Seed()` in testing.docker * Use math/rand/v2 * Remove Go 1.21 Go 1.21 doesn't support `math/rand/v2`.
1 parent 1b1c6f6 commit 897be38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
go: ["1.21.x", "1.22.x"]
25+
go: ["1.22.x"]
2626
steps:
2727
- uses: actions/checkout@v4
2828

0 commit comments

Comments
 (0)