Skip to content

Commit

Permalink
Merge pull request #382 from invidian/update-linter
Browse files Browse the repository at this point in the history
Update golangci-lint to latest version v1.57.1
  • Loading branch information
invidian authored Mar 21, 2024
2 parents f0a1b9f + be648b6 commit d06c1b6
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: golangci/golangci-lint:v1.57.0
container: golangci/golangci-lint:v1.57.1
steps:
- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GORUN=$(GOCMD) run
GOBUILD=$(GOCMD) build -v -ldflags $(LD_FLAGS) -trimpath

CC_TEST_REPORTER_ID=6e107e510c5479f40b0ce9166a254f3f1ee0bc547b3e48281bada1a5a32bb56d
GOLANGCI_LINT_VERSION=v1.57.0
GOLANGCI_LINT_VERSION=v1.57.1
BIN_PATH=$$HOME/bin

GO_PACKAGES=./...
Expand Down

0 comments on commit d06c1b6

Please sign in to comment.