Skip to content

Commit d54e79b

Browse files
committed
fix staticcheck
1 parent acdb605 commit d54e79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/.golangci4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ linters:
156156
- linters:
157157
- staticcheck
158158
path: internal/service/qldb/
159-
text: 'SA1019: \w+.(\w+) is deprecated:'
159+
text: 'SA1019: "github.com/aws/aws-sdk-go-v2/service/qldb" is deprecated:'
160160
- linters:
161161
- staticcheck
162162
path: internal/service/s3/

0 commit comments

Comments
 (0)