Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update cmdutil.Reader to use os.Openfile #277

Merged
merged 6 commits into from
Jun 27, 2023

Commits on Jun 26, 2023

  1. 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 colide with package, i.e bytes
    fix: update logic to not change directories but use the file path name
    
    Signed-off-by: Ben Stickel <[email protected]>
    fin09pcap committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6fe40e3 View commit details
    Browse the repository at this point in the history
  2. build: update for lint errors

    Signed-off-by: Ben Stickel <[email protected]>
    fin09pcap committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d5d624e View commit details
    Browse the repository at this point in the history
  3. fix: remove golang 1.20.4 due to test failure

    Requires introspection into failure for pkg pkg/container/seal/v2
    
    Signed-off-by: Ben Stickel <[email protected]>
    fin09pcap committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0c78f04 View commit details
    Browse the repository at this point in the history
  4. build: bump golangci-lint to 1.53.3

    Signed-off-by: Ben Stickel <[email protected]>
    fin09pcap committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    017128e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a137ed View commit details
    Browse the repository at this point in the history
  6. build: update golangci-lint with depgard settings

    Signed-off-by: Ben Stickel <[email protected]>
    fin09pcap committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fdf1e98 View commit details
    Browse the repository at this point in the history