Skip to content

Commit

Permalink
Merge branch 'main' into f/pim-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Mar 27, 2024
2 parents f9fa370 + 3aabeef commit 4f411cc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
with:
go-version-file: ./.go-version

- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v4
with:
version: 'v1.50.0'
version: 'v1.57.1'

# vim: set ts=2 sts=2 sw=2 et:
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.3
1.22.1
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test:
tools:
@echo "==> installing required tooling..."
go install mvdan.cc/gofumpt@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$$(go env GOPATH || $$GOPATH)"/bin v1.50.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$$(go env GOPATH || $$GOPATH)"/bin v1.57.1

todo:
grep --color=always --exclude=GNUmakefile --exclude-dir=.git --exclude-dir=vendor --recursive TODO "$(CURDIR)"
Expand Down

0 comments on commit 4f411cc

Please sign in to comment.