Skip to content

Commit

Permalink
Update output format, move to 1.62.2
Browse files Browse the repository at this point in the history
Signed-off-by: Chuan-Yen Chiang <[email protected]>
  • Loading branch information
cychiang committed Dec 28, 2024
1 parent 7f27a16 commit 065d84b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
# Common versions
GO_VERSION: '1.22'
GOLANGCI_VERSION: 'v1.61.0'
GOLANGCI_VERSION: 'v1.62.2'
DOCKER_BUILDX_VERSION: 'v0.9.1'

# Common users. We can't run a step 'if secrets.XXX != ""' but we can run a
Expand Down Expand Up @@ -74,6 +74,8 @@ jobs:
# 'annotations' (i.e. it comments on PRs to point out linter violations).
- name: Lint
uses: golangci/golangci-lint-action@v3
args:
- --out-format=colored-line-number
with:
version: ${{ env.GOLANGCI_VERSION }}

Expand Down

0 comments on commit 065d84b

Please sign in to comment.