Skip to content

Commit 6897d9e

Browse files
committed
chore(ci): upgrade golangci-lint action and remove outdated docs link
1 parent 2ae2499 commit 6897d9e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
run: go mod download
3030

3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v6
32+
uses: golangci/golangci-lint-action@v8
3333
with:
34-
version: v1.64
34+
version: v2.5
3535

3636
- name: Run build
3737
run: go build

www/docs/guides/github-actions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,3 @@ Make sure environment variables are passed in the `env` section of the action st
124124

125125
- [Configure health checks](/guides/health-checks) for zero-downtime deployments
126126
- [Set up monitoring](/core-tasks/logging) with FTL logs
127-
- [Review security best practices](/guides/security)

0 commit comments

Comments
 (0)