Update Dependencies for Envoy #3861
tests.yaml
on: pull_request
Go Lint
1m 35s
Go Test
3m 3s
GDS Admin UI Tests
52s
GDS User UI Tests
1m 43s
Lingui Extract && Build
28s
Go Build
1m 39s
Annotations
11 errors and 5 warnings
Go Lint:
cmd/trtlsim/main.go#L32
rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (SA1019)
|
Go Lint:
cmd/trtlsim/main.go#L176
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
Go Lint:
cmd/trtlsim/main.go#L738
rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, [crypto/rand.Read] is more appropriate. (SA1019)
|
Go Lint:
pkg/bff/auth/csrf.go#L91
rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, [crypto/rand.Read] is more appropriate. (SA1019)
|
Go Lint:
pkg/bff/auth/csrf.go#L101
rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, [crypto/rand.Read] is more appropriate. (SA1019)
|
Go Lint:
pkg/gds/client/profile.go#L154
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
Go Lint:
pkg/gds/client/profile.go#L211
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
Go Lint:
pkg/gds/client/profile.go#L274
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
Go Lint:
pkg/store/trtl/connect.go#L61
grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (SA1019)
|
Go Lint:
pkg/trtl/replica/prob_test.go#L53
rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (SA1019)
|
Go Test
Process completed with exit code 1.
|
Lingui Extract && Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
GDS Admin UI Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Go Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/directory/directory. Supported file pattern: go.sum
|
Go Build
Restore cache failed: Dependencies file is not found in /home/runner/work/directory/directory. Supported file pattern: go.sum
|
Go Test
Restore cache failed: Dependencies file is not found in /home/runner/work/directory/directory. Supported file pattern: go.sum
|