Skip to content

Commit a5cfea2

Browse files
chore(deps): bump golangci/golangci-lint from 2.8.0 to 2.11.3
1 parent 8065924 commit a5cfea2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": "1.3.3"
1111
},
1212
"ghcr.io/guiyomh/features/golangci-lint:0": {
13-
"version": "2.8.0"
13+
"version": "2.11.3"
1414
},
1515
"ghcr.io/jsburckhardt/devcontainer-features/gitleaks:1": {
1616
"version": "v8.30.0"

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: golangci/golangci-lint-action@v9
5757
with:
5858
verify: false
59-
version: v2.8.0
59+
version: v2.11.3
6060
github-token: ${{ (steps.github-app-token.conclusion == 'skipped' && github.token) || steps.github-app-token.outputs.token }}
6161
working-directory: backend
6262

.github/workflows/lint-and-test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
args: --fix
5959
verify: false
60-
version: v2.8.0
60+
version: v2.11.3
6161
github-token: ${{ (steps.github-app-token.conclusion == 'skipped' && github.token) || steps.github-app-token.outputs.token }}
6262
only-new-issues: true
6363
working-directory: backend

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- [Go](https://go.dev/dl/) (v1.25.x)
4949
- [Node.js](https://nodejs.org/es/download) (v24.x.x)
5050
- [Bun](https://bun.com/docs/installation#installing-older-versions) (v1.3.3)
51-
- [Golangci-lint](https://golangci-lint.run/docs/welcome/install/local/) (v2.8.0)
51+
- [Golangci-lint](https://golangci-lint.run/docs/welcome/install/local/) (v2.11.3)
5252
- [Gitleaks](https://github.com/gitleaks/gitleaks?tab=readme-ov-file#installing) (v8.30.0)
5353
- [Renovate](https://www.npmjs.com/package/renovate) (latest version)
5454
- [act](https://nektosact.com/installation/index.html) (latest version)

0 commit comments

Comments
 (0)