1
0
Fork 0
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:
dongjiang1989 2024-01-14 16:32:37 +08:00
parent 34836082f8
commit 29a0810b6d
No known key found for this signature in database

View file

@ -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