Merge pull request #28 from brucetieu/dependabot/go_modules/golang.or… #67
Annotations
10 errors and 8 warnings
build:
services/transactionService.go#L562
S1004: should use bytes.Equal(lockingHash, pubKeyHash) instead (gosimple)
|
build:
services/walletService.go#L169
S1004: should use bytes.Equal(actualChecksum, expectedChecksum) instead (gosimple)
|
build:
services/transactionService.go#L520
composites: crypto/ecdsa.PublicKey struct literal uses unkeyed fields (govet)
|
build:
services/transactionService.go#L538
composites: github.com/brucetieu/blockchain/representations.TxnInput struct literal uses unkeyed fields (govet)
|
build:
services/transactionService.go#L542
composites: github.com/brucetieu/blockchain/representations.TxnOutput struct literal uses unkeyed fields (govet)
|
build:
services/walletService.go#L87
composites: github.com/brucetieu/blockchain/representations.Wallet struct literal uses unkeyed fields (govet)
|
build:
services/transactionService.go#L574
printf: github.com/sirupsen/logrus.Infof call needs 1 arg but has 2 args (govet)
|
build:
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)
|
build:
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)
|
deploy
buildx failed with: ERROR: failed to solve: process "/bin/sh -c go build -o main ." did not complete successfully: exit code: 2
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
deploy
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
deploy
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|