mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
setting targeted go version
Signed-off-by: dongjiang1989 <dongjiang1989@126.com>
This commit is contained in:
parent
34836082f8
commit
29a0810b6d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yaml
vendored
2
.github/workflows/checks.yaml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
uses: golangci/golangci-lint-action@v3.7.0
|
||||
with:
|
||||
version: v1.55.2
|
||||
args: --timeout 10m0s
|
||||
args: --timeout 10m0s --go ${{ env.golang-version }}
|
||||
# Disable caching as a workaround for https://github.com/golangci/golangci-lint-action/issues/135.
|
||||
# The line can be removed once the golangci-lint issue is resolved.
|
||||
skip-pkg-cache: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue