Skip to content

Commit

Permalink
Update version of tooling and staticcheck (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahsivjar authored May 20, 2024
1 parent 2c1119f commit 6a621b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: make all
- uses: dominikh/[email protected]
with:
version: "2023.1.3"
version: "2023.1.7"
install-go: false
- name: Verify repo is up-to-date
run: |
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
go test -v -race ./...

fmt:
go run golang.org/x/tools/cmd/goimports@v0.18.0 -w .
go run golang.org/x/tools/cmd/goimports@v0.21.0 -w .

protolint:
docker run --volume "$(PWD):/workspace" --workdir /workspace bufbuild/buf lint model/proto
Expand All @@ -20,7 +20,7 @@ generate_code:
generate: generate_code update-licenses

fieldalignment:
go run golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@v0.18.0 -test=false $(shell go list ./... | grep -v modeldecoder/generator | grep -v test | grep -v model/modelpb)
go run golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@v0.21.0 -test=false $(shell go list ./... | grep -v modeldecoder/generator | grep -v test | grep -v model/modelpb)

update-licenses:
go run github.com/elastic/[email protected] -ext .go .
Expand Down

0 comments on commit 6a621b9

Please sign in to comment.