Skip to content

Commit 2bd188e

Browse files
authored
Update golangci.yml
1 parent 78885f4 commit 2bd188e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
jobs:
99
lint:
10-
runs-on: ubuntu-latest
10+
runs-on: prod-linux-xs
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v3.0.1
@@ -22,4 +22,4 @@ jobs:
2222
- name: Run golangci-lint
2323
uses: golangci/golangci-lint-action@v6
2424
with:
25-
version: v1.64.8
25+
version: v1.64.8

0 commit comments

Comments
 (0)