Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
[Fix] Update dependencies for building core binary
Browse files Browse the repository at this point in the history
Rukpak core binary was not getting built successfully
because the deps were not updated. Running `go mod tidy`
should fix it.

Signed-off-by: Varsha Prasad Narsing <[email protected]>
  • Loading branch information
varshaprasad96 authored and kevinrizza committed Mar 4, 2024
1 parent 435a19d commit f527016
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/operator-framework/rukpak

go 1.20
go 1.21

toolchain go1.21.0

require (
github.com/go-git/go-billy/v5 v5.5.0
Expand Down
Loading

0 comments on commit f527016

Please sign in to comment.