Skip to content

Merge pull request #1641 from safing/fix/tauri-cmdline-args #1274

Merge pull request #1641 from safing/fix/tauri-cmdline-args

Merge pull request #1641 from safing/fix/tauri-cmdline-args #1274

Triggered via push August 1, 2024 13:42
Status Failure
Total duration 4m 51s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Linter: service/netquery/query_test.go#L95
The copy of the 'for' variable "testCase" can be deleted (Go 1.22+) (copyloopvar)
Linter: service/netquery/query_test.go#L234
The copy of the 'for' variable "idx" can be deleted (Go 1.22+) (copyloopvar)
Linter: service/netquery/query_test.go#L235
The copy of the 'for' variable "testCase" can be deleted (Go 1.22+) (copyloopvar)
Linter: spn/ships/http_shared.go#L125
The copy of the 'for' variable "listener" can be deleted (Go 1.22+) (copyloopvar)
Linter: spn/ships/tcp.go#L98
The copy of the 'for' variable "listener" can be deleted (Go 1.22+) (copyloopvar)
Linter: spn/ships/connection_test.go#L39
The copy of the 'for' variable "k" can be deleted (Go 1.22+) (copyloopvar)
Linter: spn/terminal/session_test.go#L70
The copy of the 'for' variable "i" can be deleted (Go 1.22+) (copyloopvar)
Linter: service/firewall/interception/ebpf/bandwidth/interface.go#L188
for loop can be changed to use an integer range (Go 1.22+) (intrange)
Linter: service/firewall/interception/ebpf/connection_listener/worker.go#L172
for loop can be changed to use an integer range (Go 1.22+) (intrange)
Linter: service/firewall/api.go#L101
for loop can be changed to use an integer range (Go 1.22+) (intrange)
Test & Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/