Skip to content

Commit

Permalink
fix go linter
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Apr 4, 2024
1 parent 7a865d3 commit 3d23fd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ DISABLE:

GO_GOLANGCI_LINT_CLI_LINT_MODE: project
GO_GOLANGCI_LINT_ARGUMENTS: --timeout 10m

PRE_COMMANDS:
[
"command": "wget https://go.dev/dl/go1.22.2.linux-amd64.tar.gz",
"command": "rm -rf /usr/lib/go",
"command": "tar -xf go1.22.2.linux-amd64.tar.gz -C /usr/lib",
"command": "go version",
]

0 comments on commit 3d23fd3

Please sign in to comment.