Skip to content

Commit

Permalink
update go get
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Dec 20, 2023
1 parent 53cb888 commit 8cb36b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ pipeline:
go get go.opentelemetry.io/otel/[email protected]
go get go.opentelemetry.io/proto/[email protected]
# CVE-2023-48795
go get golang.org/x/[email protected]
# GHSA-jq35-85cj-fj4
go mod edit -dropreplace=github.com/docker/docker
Expand All @@ -99,6 +96,10 @@ pipeline:
# GHSA-6xv5-86q9-7xr8
go get github.com/cyphar/[email protected]
# CVE-2023-48795
go mod edit -dropreplace=golang.org/x/crypto
go get golang.org/x/[email protected]
go mod tidy
./scripts/build
Expand Down

0 comments on commit 8cb36b3

Please sign in to comment.