We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d15c1 commit 29f4b8fCopy full SHA for 29f4b8f
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v6
28
- name: Setup Go
29
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
30
with:
31
go-version: '1.24.9'
32
- name: Install dependencies
.github/workflows/tests.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
56
- run: scripts/install_dependencies.bash
0 commit comments