File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4242 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
4343 with :
44- go-version : ' 1.23 '
44+ go-version : ' 1.24 '
4545 - name : Install gittuf
4646 uses : ./
4747 with :
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ gittuf policies for your Git repositories.
55
66## Current Status
77
8- gittuf-installer is under initial development . Feel free to give it a whirl but
9- bear in mind that
10- [ gittuf itself is still in alpha ] ( https://github.com/gittuf/gittuf#current-status ) !
8+ gittuf-installer is in beta . Feel free to give it a whirl! See
9+ [ here ] ( https://github.com/gittuf/gittuf#current-status ) for the current status
10+ of gittuf itself.
1111
1212## Optional Input
1313
1414` gittuf-version ` : Used to specify the version of gittuf to install (default:
15- ` 0.9.0 ` ). In addition to the specific version number, ` main ` is also supported
15+ ` 0.10.2 ` ). In addition to the specific version number, ` main ` is also supported
1616to build off the [ source repository] ( https://github.com/gittuf/gittuf ) 's ` main `
1717branch. Note: do not prefix ` v ` in the version number.
Original file line number Diff line number Diff line change 66 gittuf-version :
77 description : ' Version of gittuf to install'
88 required : false
9- default : ' 0.9.0 '
9+ default : ' 0.10.2 '
1010runs :
1111 using : ' composite'
1212 steps :
You can’t perform that action at this time.
0 commit comments