Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 8a3baed

Browse files
author
mr-pmillz
committed
resolved golangci-lint workflow error, removed codecov workflow
1 parent 9bfc421 commit 8a3baed

File tree

4 files changed

+1
-56
lines changed

4 files changed

+1
-56
lines changed

.github/.codecov.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/codecov-coverage-reporter.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
distribution: goreleaser
135135
version: latest
136-
args: release --rm-dist
136+
args: release --clean
137137
env:
138138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139139

osrelease/osrelease.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func Read() (osrelease map[string]string, err error) {
2626
// ReadFile Similar to Read(), but takes the name of a file to load instead
2727
func ReadFile(filename string) (osrelease map[string]string, err error) {
2828
osrelease = make(map[string]string)
29-
err = nil
3029

3130
lines, err := parseFile(filename)
3231
if err != nil {

0 commit comments

Comments
 (0)