Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 3fb8480

Browse files
committed
ci: revert runs-on ubuntu-latest
1 parent 26cdf83 commit 3fb8480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
golangci:
1515
name: lint
16-
runs-on: ubuntu-24.04
16+
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)