[launcher] Add configurable /dev/shm size and tmpfs mount option #1638
Annotations
2 errors and 24 warnings
Lint ./launcher (ubuntu-latest, Go 1.21.x)
issues found
|
Generate/Build/Test (ubuntu-latest, x32, Go 1.21.x)
Process completed with exit code 1.
|
Lint CGO (ubuntu-latest, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint CGO (ubuntu-latest, Go 1.21.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint ./ (ubuntu-latest, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v2, golangci/golangci-lint-action@v3.2.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint ./ (ubuntu-latest, Go 1.21.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint ./ (ubuntu-latest, Go 1.21.x)
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/
|
Lint ./cmd (ubuntu-latest, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v2, golangci/golangci-lint-action@v3.2.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint ./cmd (ubuntu-latest, Go 1.21.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint ./cmd (ubuntu-latest, Go 1.21.x)
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/
|
Lint ./launcher (ubuntu-latest, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v2, golangci/golangci-lint-action@v3.2.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint ./launcher (ubuntu-latest, Go 1.21.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint ./launcher (ubuntu-latest, Go 1.21.x)
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/
|
Lint ./launcher (ubuntu-latest, Go 1.21.x):
launcher/internal/launchermount/mount.go#L7
exported: exported const TypeKey should have comment (or a comment on this block) or be unexported (revive)
|
Lint ./launcher (ubuntu-latest, Go 1.21.x):
launcher/internal/launchermount/mount.go#L15
exported: exported var AllMountKeys should have comment or be unexported (revive)
|
Lint ./launcher (ubuntu-latest, Go 1.21.x):
launcher/internal/launchermount/mount.go#L18
exported: exported type Mount should have comment or be unexported (revive)
|
Lint ./launcher (ubuntu-latest, Go 1.21.x):
launcher/internal/launchermount/tmpfs.go#L14
exported: comment on exported type TmpfsMount should be of the form "TmpfsMount ..." (with optional leading article) (revive)
|
Lint ./launcher (ubuntu-latest, Go 1.21.x):
launcher/internal/launchermount/tmpfs.go#L23
exported: exported function CreateTmpfsMount should have comment or be unexported (revive)
|
Lint ./launcher (ubuntu-latest, Go 1.21.x):
launcher/internal/launchermount/tmpfs.go#L60
exported: exported method TmpfsMount.SpecsMount should have comment or be unexported (revive)
|
Lint ./launcher (ubuntu-latest, Go 1.21.x):
launcher/internal/launchermount/tmpfs.go#L71
exported: exported method TmpfsMount.Mountpoint should have comment or be unexported (revive)
|
Generate/Build/Test (macos-latest, arm64, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Generate/Build/Test (macos-latest, arm64, Go 1.21.x)
openssl@3 3.3.1 is already installed and up-to-date.
To reinstall 3.3.1, run:
brew reinstall openssl@3
|
Generate/Build/Test (macos-14-large, x64, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Generate/Build/Test (macos-14-large, x64, Go 1.21.x)
openssl@3 3.3.1 is already installed and up-to-date.
To reinstall 3.3.1, run:
brew reinstall openssl@3
|
Generate/Build/Test (ubuntu-latest, x64, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Generate/Build/Test (ubuntu-latest, x32, Go 1.21.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|