Skip to content

Commit f6d1b13

Browse files
committed
fix: golanci-lint workflow
Signed-off-by: Brian McGee <[email protected]>
1 parent ea9cd57 commit f6d1b13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ permissions:
1414
jobs:
1515
golangci:
1616
name: lint
17-
runs-on: ubuntu-24.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: golangci-lint
2121
uses: golangci/golangci-lint-action@v6
2222
with:
23-
version: v1.57.2
23+
version: v1.59.1
2424
args: --timeout=2m

0 commit comments

Comments
 (0)