Skip to content

Commit

Permalink
Update golangci to v1.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kacpersaw committed Aug 23, 2024
1 parent a41163c commit 18519d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.59.0
version: v1.60.3
#only-new-issues: true
args: --timeout=10m --config=.golangci.yml --out-format=github-actions --issues-exit-code=0

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export GO111MODULE = on

BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)

GOLANGCI_LINT_VERSION := v1.59.0
GOLANGCI_LINT_VERSION := v1.60.3

# Set BRANCH when running make manually
ifeq ($(BRANCH),)
Expand Down

0 comments on commit 18519d9

Please sign in to comment.