Skip to content

Commit

Permalink
Update golangci-lint to 1.59.1 (#357)
Browse files Browse the repository at this point in the history
This updates the version of golangci-lint used in linting to the current
latest release of 1.59.1.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
  • Loading branch information
stmcginnis authored Aug 2, 2024
1 parent c4e27dc commit f7df1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57
version: v1.59.1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

PKGS := $(shell go list ./... | grep -v example | grep -v tools)
ROOT_DIR := $(shell git rev-parse --show-toplevel)
GOLANGCI_VERSION := "v1.57"
GOLANGCI_VERSION := "v1.59.1"

all: lint build test

Expand Down

0 comments on commit f7df1cc

Please sign in to comment.