Skip to content

Commit b34bb7a

Browse files
Specify Go 1.24.0 for golangci-lint to match project version
1 parent dfc75c8 commit b34bb7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
args: --timeout=5m
4545
# If you want to fail the job on lint errors
4646
skip-go-installation: true
47+
go-version: 1.24.0
4748

4849
- name: Install templ
4950
run: go install github.com/a-h/templ/cmd/templ@latest

0 commit comments

Comments
 (0)