File tree Expand file tree Collapse file tree
pkg/executors/golang/compile Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Set up Go
1818 uses : actions/setup-go@v5
1919 with :
20- go-version : 1.23.1
20+ go-version : 1.23.2
2121 - name : Cache Go modules
2222 uses : actions/cache@v4
2323 with :
Original file line number Diff line number Diff line change 1818 - name : Set up Go
1919 uses : actions/setup-go@v5
2020 with :
21- go-version : 1.23.1
21+ go-version : 1.23.2
2222 - name : Cache Go modules
2323 uses : actions/cache@v4
2424 with :
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ func goInstalled() bool {
228228func getGolangImage () string {
229229 const (
230230 // renovate: datasource=docker depName=golang
231- golangImageVersion = "1.23.1 -alpine"
231+ golangImageVersion = "1.23.2 -alpine"
232232 )
233233
234234 golangImage := fmt .Sprintf ("golang:%s" , golangImageVersion )
You can’t perform that action at this time.
0 commit comments