Skip to content

Commit

Permalink
build: update golangci-lint in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiola committed Feb 13, 2025
1 parent 066bf6a commit cb1f91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {"username": "golang"},
"ghcr.io/devcontainers/features/git:1": {"version": "latest","ppa": "false"},
"ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.63.4"}
"ghcr.io/devcontainers/features/go:1": {"version": "none", "golangciLintVersion": "1.64.4"}
},
"runArgs": [
"--security-opt",
Expand Down

0 comments on commit cb1f91d

Please sign in to comment.