Skip to content

Commit

Permalink
resolved golangci-lint workflow error, removed codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pmillz committed Feb 19, 2023
1 parent 9bfc421 commit 8a3baed
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 56 deletions.
4 changes: 0 additions & 4 deletions .github/.codecov.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/codecov-coverage-reporter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion osrelease/osrelease.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func Read() (osrelease map[string]string, err error) {
// ReadFile Similar to Read(), but takes the name of a file to load instead
func ReadFile(filename string) (osrelease map[string]string, err error) {
osrelease = make(map[string]string)
err = nil

lines, err := parseFile(filename)
if err != nil {
Expand Down

0 comments on commit 8a3baed

Please sign in to comment.