Skip to content

Load content of .env file before merging env #86

Load content of .env file before merging env

Load content of .env file before merging env #86

Re-run triggered June 26, 2023 14:56
Status Failure
Total duration 2m 21s
Artifacts

lint.yaml

on: pull_request
Lint Go
21s
Lint Go
Lint YAML & Markdown
25s
Lint YAML & Markdown
Analyze with Trivy
27s
Analyze with Trivy
Matrix: Analyze with CodeQL
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Lint Go: go.mod#L1
Please run go mod tidy. diff --git a/go.mod b/go.mod index 00b5d84..34fe32a 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,7 @@ go 1.18 require ( github.com/go-logr/logr v1.2.3 + github.com/joho/godotenv v1.5.1 github.com/jzelinskie/stringz v0.0.1 github.com/mattn/go-isatty v0.0.16 github.com/rs/zerolog v1.28.0 @@ -29,7 +30,6 @@ require ( github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect - github.com/joho/godotenv v1.5.1 // indirect github.com/magiconair/properties v1.8.6 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect
Lint Go
Process completed with exit code 1.
Lint Go
The `set-output` 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/