Skip to content

Commit

Permalink
bump runc by removing the stale pin
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Wolf <[email protected]>
  • Loading branch information
joshrwolf committed Nov 26, 2024
1 parent ae0eb5e commit 5329323
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions k3s.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: k3s
version: 1.31.2.1
epoch: 3
epoch: 4
description:
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -65,10 +65,8 @@ pipeline:
./scripts/download
- uses: go/bump
with:
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] google.golang.org/[email protected] github.com/golang-jwt/jwt/[email protected]
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected] google.golang.org/[email protected]
- runs: |
sed -i '/VERSION_RUNC=$(get-module-version github.com\/opencontainers\/runc)/a VERSION_RUNC="v1.1.14"' ./scripts/version.sh
# Override the go version check at runtime to always match the go version at build time
# Ref: https://github.com/k3s-io/k3s/pull/9054
GOVERSION=$(go env GOVERSION)
Expand Down

0 comments on commit 5329323

Please sign in to comment.