mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-25 02:47:17 +00:00
4 lines
116 B
Bash
Executable file
4 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
set -eux -o pipefail
|
|
|
|
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.38.0
|