Skip to content

Commit

Permalink
Merge pull request #627 from viccuad/bump-runc
Browse files Browse the repository at this point in the history
deps: Replace dev dep opencontainers/runc with v1.1.12
  • Loading branch information
flavio authored Feb 2, 2024
2 parents 13d76df + be34e9f commit 3350eea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 60 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ linters:
# TODO: enable once we can set some exceptions
- funlen
- ifshort # deprecated
- gomoddirectives

linters-settings:
cyclop:
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.12
Loading

0 comments on commit 3350eea

Please sign in to comment.