chore: bump versions #573
Triggered via pull request
September 10, 2024 02:28
Status
Failure
Total duration
1m 46s
Artifacts
–
Annotations
5 errors and 2 warnings
build:
codec/json/codec.go#L86
cannot use 8 (untyped int constant) as []byte value in argument to in.ReadBinary
|
build:
codec/json/codec.go#L90
cannot use int(binary.BigEndian.Uint64(length)) (value of type int) as []byte value in argument to in.ReadBinary
|
build:
codec/json/codec.go#L90
cannot use length (variable of type int) as []byte value in argument to binary.BigEndian.Uint64
|
build:
codec/json/codec.go#L95
cannot use buf (variable of type int) as []byte value in argument to json.Unmarshal
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|