Skip to content

Commit 83aaca9

Browse files
authored
Update lint.yml
1 parent 25c939d commit 83aaca9

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,16 @@
11
name: Lint
22

33
on:
4-
push:
5-
tags:
6-
- v*
7-
branches:
8-
- main
94
pull_request:
105

11-
permissions:
12-
contents: read
13-
pull-requests: read
14-
156
jobs:
167
golangci:
17-
name: lint
8+
name: golangci‑lint
189
runs-on: ubuntu-latest
1910
steps:
2011
- uses: actions/setup-go@v5
2112
with:
22-
go-version: '1.19'
13+
go-version: '1.23'
2314
- uses: actions/checkout@v4
2415
- name: golangci-lint
2516
uses: golangci/golangci-lint-action@v8
@@ -39,4 +30,4 @@ jobs:
3930
# skip-pkg-cache: true
4031

4132
# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
42-
# skip-build-cache: true
33+
# skip-build-cache: true

0 commit comments

Comments
 (0)