lxd/shared: mode is a uint32 #387
test.yml
on: pull_request
Matrix: acceptance-tests
Matrix: build-platforms
Matrix: check-lint
Annotations
13 errors
check-lint (1.21):
lxd/shared.go#L259
cannot use uint32(mode) (value of type uint32) as int value in struct literal
|
check-lint (1.21):
lxd/shared.go#L371
cannot use uint32(mode.Perm()) (value of type uint32) as int value in struct literal
|
check-lint (1.21)
cannot use uint32(mode) (value of type uint32) as int value in struct literal
|
check-lint (1.21)
Process completed with exit code 2.
|
acceptance-tests (1.21, latest/candidate):
lxd/shared.go#L259
cannot use uint32(mode) (value of type uint32) as int value in struct literal
|
acceptance-tests (1.21, latest/candidate):
lxd/shared.go#L371
cannot use uint32(mode.Perm()) (value of type uint32) as int value in struct literal
|
acceptance-tests (1.21, latest/candidate)
Process completed with exit code 2.
|
acceptance-tests (1.21, latest/stable):
lxd/shared.go#L259
cannot use uint32(mode) (value of type uint32) as int value in struct literal
|
acceptance-tests (1.21, latest/stable):
lxd/shared.go#L371
cannot use uint32(mode.Perm()) (value of type uint32) as int value in struct literal
|
acceptance-tests (1.21, latest/stable)
Process completed with exit code 2.
|
build-platforms (1.21):
lxd/shared.go#L259
cannot use uint32(mode) (value of type uint32) as int value in struct literal
|
build-platforms (1.21):
lxd/shared.go#L371
cannot use uint32(mode.Perm()) (value of type uint32) as int value in struct literal
|
build-platforms (1.21)
The process '/opt/hostedtoolcache/goreleaser-action/1.22.1/x64/goreleaser' failed with exit code 1
|