Skip to content

Commit

Permalink
Merge pull request #60 from maxmind/dependabot/github_actions/golangc…
Browse files Browse the repository at this point in the history
…i/golangci-lint-action-4

Bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
marselester authored Feb 9, 2024
2 parents bd80292 + 1513199 commit a367102
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
1 change: 0 additions & 1 deletion pkg/mmdbinspect/mmdbinspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func AggregatedRecords(networks, databases []string, includeAliasedNetworks bool
for _, thisNetwork := range networks {
var records any
records, err = RecordsForNetwork(*reader, includeAliasedNetworks, thisNetwork)

if err != nil {
_ = reader.Close()
return nil, fmt.Errorf("could not get records from db %v: %w", path, err)
Expand Down

0 comments on commit a367102

Please sign in to comment.