We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae2499 commit 6897d9eCopy full SHA for 6897d9e
2 files changed
.github/workflows/ci.yml
@@ -29,9 +29,9 @@ jobs:
29
run: go mod download
30
31
- name: golangci-lint
32
- uses: golangci/golangci-lint-action@v6
+ uses: golangci/golangci-lint-action@v8
33
with:
34
- version: v1.64
+ version: v2.5
35
36
- name: Run build
37
run: go build
www/docs/guides/github-actions.md
@@ -124,4 +124,3 @@ Make sure environment variables are passed in the `env` section of the action st
124
125
- [Configure health checks](/guides/health-checks) for zero-downtime deployments
126
- [Set up monitoring](/core-tasks/logging) with FTL logs
127
-- [Review security best practices](/guides/security)
0 commit comments