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.
2 parents 25c939d + 83aaca9 commit bb58299Copy full SHA for bb58299
.github/workflows/lint.yml
@@ -1,25 +1,16 @@
1
name: Lint
2
3
on:
4
- push:
5
- tags:
6
- - v*
7
- branches:
8
- - main
9
pull_request:
10
11
-permissions:
12
- contents: read
13
- pull-requests: read
14
-
15
jobs:
16
golangci:
17
- name: lint
+ name: golangci‑lint
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/setup-go@v5
21
with:
22
- go-version: '1.19'
+ go-version: '1.23'
23
- uses: actions/checkout@v4
24
- name: golangci-lint
25
uses: golangci/golangci-lint-action@v8
@@ -39,4 +30,4 @@ jobs:
39
30
# skip-pkg-cache: true
40
31
41
32
# 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