Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions commands/service_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
}

if builtinLibs := s.settings.IDEBuiltinLibrariesDir(); builtinLibs != nil {
conf.Directories.Builtin.Libraries = new(builtinLibs.String())
conf.Directories.Builtin.Libraries = f.ToPtr(builtinLibs.String())

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / check-style (.)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, profiles)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_3)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, upload)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, lib)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, outdated)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, debug)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, core_2)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, sketch)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_1)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, upgrade)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_5)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, main)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_2)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_4)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, completion)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, upload_mock)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, update)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, cache)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / check-outdated (.)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_4)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, daemon)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, board)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, upload)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_3)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, completion)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_5)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, outdated)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, profiles)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_X86-32

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_2)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_X86-64

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, core)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, monitor)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, core)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, config)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, upgrade)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, monitor)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Windows_X86-64

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, core_2)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Windows_X86-32

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, debug)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, lib)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_1)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, daemon)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, config)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, upload_mock)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, sketch)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, update)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, main)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, cache)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, board)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_ARMv6

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_ARMv7

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_ARM64

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, lib)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, upload_mock)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, cache)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, config)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_5)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, sketch)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, main)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, completion)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, upload)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, outdated)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_1)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test (windows-latest)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, profiles)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, core_2)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_4)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, core)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, upgrade)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, update)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, debug)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_2)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_3)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, board)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, monitor)

undefined: f.ToPtr

Check failure on line 73 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, daemon)

undefined: f.ToPtr
}

if ua := s.settings.ExtraUserAgent(); ua != "" {
conf.Network.ExtraUserAgent = &ua
}
if proxy, err := s.settings.NetworkProxy(); err == nil && proxy != nil {
conf.Network.Proxy = new(proxy.String())
conf.Network.Proxy = f.ToPtr(proxy.String())

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test (macos-latest)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / check-style (.)

undefined: f.ToPtr (typecheck)

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, profiles)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_3)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, upload)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, lib)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, outdated)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, debug)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, core_2)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, sketch)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-latest)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_1)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, upgrade)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_5)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, main)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_2)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, compile_4)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, completion)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, upload_mock)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, update)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, cache)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / check-outdated (.)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_4)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, daemon)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, board)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, upload)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_3)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, completion)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_5)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, outdated)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, profiles)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_X86-32

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_2)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_X86-64

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, core)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, monitor)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, core)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, config)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, upgrade)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (macos-latest, monitor)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Windows_X86-64

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, core_2)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Windows_X86-32

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, debug)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, lib)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, compile_1)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, daemon)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, config)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, upload_mock)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, sketch)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, update)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, main)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, cache)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (ubuntu-latest, board)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_ARMv6

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_ARMv7

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / Create artifact Linux_ARM64

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, lib)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, upload_mock)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, cache)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, config)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_5)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, sketch)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, main)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, completion)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, upload)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, outdated)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_1)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test (windows-latest)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, profiles)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, core_2)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_4)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, core)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, upgrade)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, update)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, debug)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_2)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, compile_3)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, board)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, monitor)

undefined: f.ToPtr

Check failure on line 80 in commands/service_settings.go

View workflow job for this annotation

GitHub Actions / test-integration (windows-latest, daemon)

undefined: f.ToPtr
}

if logFile := s.settings.LoggingFile(); logFile != nil {
Expand Down
Loading