Skip to content

Commit 9227273

Browse files
committed
ci: simplify configuration and improve CI flexibility
- Remove specific version specification from GitHub Actions workflow - Remove `exportloopref` linter from `.golangci.yml` configuration Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 832f9e2 commit 9227273

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/go.yml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- name: Setup golangci-lint
3434
uses: golangci/golangci-lint-action@v6
3535
with:
36-
version: v1.60.1
3736
args: --verbose
3837

3938
- name: Bearer

.golangci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ linters:
77
- dogsled
88
- dupl
99
- errcheck
10-
- exportloopref
1110
- exhaustive
1211
- gochecknoinits
1312
- goconst

0 commit comments

Comments
 (0)