Bump github.com/gin-gonic/gin from 1.7.7 to 1.9.1 #66
Annotations
9 errors and 2 warnings
golangci-lint:
services/transactionService.go#L562
S1004: should use bytes.Equal(lockingHash, pubKeyHash) instead (gosimple)
|
golangci-lint:
services/walletService.go#L169
S1004: should use bytes.Equal(actualChecksum, expectedChecksum) instead (gosimple)
|
golangci-lint:
services/transactionService.go#L520
composites: crypto/ecdsa.PublicKey struct literal uses unkeyed fields (govet)
|
golangci-lint:
services/transactionService.go#L538
composites: github.com/brucetieu/blockchain/representations.TxnInput struct literal uses unkeyed fields (govet)
|
golangci-lint:
services/transactionService.go#L542
composites: github.com/brucetieu/blockchain/representations.TxnOutput struct literal uses unkeyed fields (govet)
|
golangci-lint:
services/walletService.go#L87
composites: github.com/brucetieu/blockchain/representations.Wallet struct literal uses unkeyed fields (govet)
|
golangci-lint:
services/transactionService.go#L574
printf: github.com/sirupsen/logrus.Infof call needs 1 arg but has 2 args (govet)
|
golangci-lint:
services/transactionService.go#L19
SA1019: "golang.org/x/crypto/ripemd160" is deprecated: RIPEMD-160 is a legacy hash and should not be used for new applications. Also, this package does not and will not provide an optimized implementation. Instead, use a modern hash like SHA-256 (from crypto/sha256). (staticcheck)
|
golangci-lint:
services/walletService.go#L15
SA1019: "golang.org/x/crypto/ripemd160" is deprecated: RIPEMD-160 is a legacy hash and should not be used for new applications. Also, this package does not and will not provide an optimized implementation. Instead, use a modern hash like SHA-256 (from crypto/sha256). (staticcheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading