Skip to content

Commit

Permalink
feat: bump downloaded go to version 1.23.4
Browse files Browse the repository at this point in the history
If Sage is invoked in an environment where Go is not available in `$PATH`,
Sage will download it.

This should not affect any users that has Go installed outside of an
Sage repo.
  • Loading branch information
thall committed Jan 8, 2025
1 parent ada502f commit a399ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sg/makefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"go.einride.tech/sage/internal/strcase"
)

const defaultGoVersion = "1.20.2"
const defaultGoVersion = "1.23.4"

type Makefile struct {
Namespace interface{}
Expand Down

0 comments on commit a399ae5

Please sign in to comment.