Skip to content

Commit 93d269e

Browse files
chore(deps): update golang docker tag to v1.23.2 (#248)
automated merge
1 parent 371a101 commit 93d269e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:

pkg/executors/golang/compile/compile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func goInstalled() bool {
228228
func 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)

0 commit comments

Comments
 (0)