-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update cmdutil.Reader to use os.Openfile (#277)
fix: update cmdutil.Reader to use os.OpenFile fix: update logic to include os.Stat fix: remove use of filepath.Clean fix: update name to not collide with package, i.e bytes fix: update logic to not change directories but use the file path name fix: remove golang 1.20.4 due to test failure build: bump golangci-lint to 1.53.3 build: disable deprecreated linters deadcode, structcheck, varcheck build: update golangci-lint with depguard settings Signed-off-by: Ben Stickel <[email protected]>
- Loading branch information
Showing
6 changed files
with
223 additions
and
873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,6 @@ jobs: | |
fail-fast: true | ||
matrix: | ||
go-version: | ||
- "1.20.4" | ||
- "1.19" | ||
- "1.18.10" | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.