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.
1 parent 1da666d commit 48550a6Copy full SHA for 48550a6
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ permissions:
22
jobs:
23
lint:
24
name: golang
25
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
26
continue-on-error: true
27
steps:
28
- uses: actions/checkout@v4
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
- "1.21"
- "1.22"
- "1.23"
29
30
31
- uses: actions/setup-go@v5
0 commit comments