Skip to content

Commit 70817af

Browse files
bumpwader
authored andcommitted
Update github-golangci-lint to 2.7.1 from 2.5.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v2.7.1
1 parent 22d4789 commit 70817af

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
GOLANGCILINT_VERSION: "2.5.0"
10+
GOLANGCILINT_VERSION: "2.7.1"
1111

1212
jobs:
1313
lint:

format/xml/html.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,6 @@ func decodeHTML(d *decode.D) any {
233233
} else {
234234
r = fromHTMLToObject(n, hi)
235235
}
236-
if err != nil {
237-
d.Fatalf("%s", err)
238-
}
239236
var s scalar.Any
240237
s.Actual = r
241238

0 commit comments

Comments
 (0)