We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6a45d5 + b8d845e commit 9864ad5Copy full SHA for 9864ad5
.github/workflows/lint.yaml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: actions/setup-go@v5
15
with:
16
- go-version: '1.23'
+ go-version: '1.24'
17
cache: false
18
- name: Add Go bin to PATH
19
run: |
.github/workflows/tests-e2e.yaml
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
20
uses: actions/setup-go@v5
21
22
23
24
- uses: actions/setup-node@v4
25
0 commit comments