Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Feb 11, 2024
1 parent 2bce19d commit c0d9b00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cilium/charts
module github.com/go-faster/charts

go 1.17
go 1.21
12 changes: 4 additions & 8 deletions helm.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Authors of Cilium
// Copyright Authors of go-faster

package helm

import (
"embed"
)
import "embed"

var (
//go:embed *.tgz
HelmFS embed.FS
)
//go:embed *.tgz
var HelmFS embed.FS

0 comments on commit c0d9b00

Please sign in to comment.