Skip to content

Commit

Permalink
try math/rand/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblakeley authored and joshblakeley committed Jul 8, 2024
1 parent 1bf1f7a commit a8d7706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumps/kinesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package pumps
import (
"context"
"encoding/json"
"math/rand"
"math/rand/v2"

Check failure on line 6 in pumps/kinesis.go

View workflow job for this annotation

GitHub Actions / Go 1.21 tests

package math/rand/v2 is not in std (/opt/hostedtoolcache/go/1.21.11/x64/src/math/rand/v2)
"strconv"

"github.com/TykTechnologies/tyk-pump/analytics"
Expand Down

0 comments on commit a8d7706

Please sign in to comment.