We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f090ecf commit e1ba549Copy full SHA for e1ba549
.github/workflows/push-pr-lint.yaml
@@ -8,7 +8,7 @@ jobs:
8
- name: Install Go
9
uses: actions/setup-go@v5
10
with:
11
- go-version: '1.22'
+ go-version: '1.24'
12
- name: Checkout code
13
uses: actions/checkout@v4
14
- name: golangci-lint
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments