Skip to content

Commit

Permalink
fix magefile
Browse files Browse the repository at this point in the history
  • Loading branch information
florindragos committed Jan 9, 2024
1 parent b5d1fe3 commit decaed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion magefiles/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/aserto-dev/topaz/magefiles
module github.com/aserto-dev/scim/magefiles

go 1.20

Expand Down
2 changes: 0 additions & 2 deletions magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import (
"github.com/pkg/errors"
)

const containerImage string = "topaz"

func init() {
os.Setenv("GO_VERSION", "1.20")
}
Expand Down

0 comments on commit decaed8

Please sign in to comment.