Implement hot reload #937
go-application.yml
on: pull_request
Lint scripts
5s
Verify that Makefile section of README is up to date
5s
Test integration with Prometheus
2m 4s
Verify that Helm README is up to date
11s
Lint Helm chart
10s
Verify templating chart with default values
5s
Build Linux ARM binary
0s
Build Mac binary
0s
Build Windows binary
0s
Matrix: upload-binaries
Annotations
6 errors
Lint code:
internal/file_utils/file_test_utils.go#L37
Error return value of `f.Sync` is not checked (errcheck)
|
Lint code:
internal/file_utils/file_test_utils.go#L43
Error return value of `f.Sync` is not checked (errcheck)
|
Lint code:
internal/file_utils/file_test_utils.go#L45
Error return value of `f.Sync` is not checked (errcheck)
|
Lint code:
internal/file_watcher/file_watcher_test.go#L18
ineffectual assignment to err (ineffassign)
|
Lint code:
internal/file_utils/file_test_utils.go#L33
SA5001: should check error returned from os.OpenFile() before deferring f.Close() (staticcheck)
|
Lint code
issues found
|