Skip to content

Commit

Permalink
ci(workflows): Update golangci-lint to v1.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed May 19, 2024
1 parent 125b367 commit 0b78935
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
},
"features": {
"ghcr.io/bartventer/devcontainer-features/docker-in-docker:latest": {},
"ghcr.io/bartventer/arch-devcontainer-features/go:latest": {}
"ghcr.io/bartventer/arch-devcontainer-features/go:latest": {
"golangciLintVersion": "v1.58.1"
}
},
"mounts": [
"source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind,consistency=cached",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
version: v1.58.1
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"--fast",
"--config",
"./.golangci.yaml",
"--fix",
],
"go.buildTags": "gormmultitenancy_example"
}

0 comments on commit 0b78935

Please sign in to comment.