We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a508741 commit 105aaabCopy full SHA for 105aaab
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
go-version-file: 'go.mod'
25
26
- name: golangci-lint
27
- uses: golangci/golangci-lint-action@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6.3.3
+ uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
28
with:
29
version: v1.62.2
30
.golangci.yml
@@ -114,8 +114,7 @@ linters-settings:
114
local-prefixes: github.com/sumup/go-sdk-gen
115
gomoddirectives:
116
replace-local: true
117
- replace-allow-list:
118
- # none
+ replace-allow-list: []
119
gosimple:
120
checks: ["all"]
121
govet:
0 commit comments