Skip to content

Commit 64d056a

Browse files
committed
bump go version to 1.24.13 in workflows, dockerfile
1 parent 550c45f commit 64d056a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
helm: [ '3.10.3' ]
14+
helm: ["3.10.3"]
1515
steps:
1616
- uses: actions/checkout@v2
1717

@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v1
3838
with:
39-
go-version: "1.24"
39+
go-version: "1.24.13"
4040

4141
- name: Compile
4242
run: go build .
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v1
5353
with:
54-
go-version: "1.24"
54+
go-version: "1.24.13"
5555

5656
- uses: actions/checkout@v2
5757

.github/workflows/release.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@v2
1919
with:
20-
go-version: "1.24"
20+
go-version: "1.24.13"
2121

2222
- name: Run GoReleaser
2323
uses: goreleaser/goreleaser-action@v2

Dockerfile.buildx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.24 AS deps
1+
FROM --platform=$BUILDPLATFORM golang:1.24.13 AS deps
22
ARG TARGETPLATFORM
33
ARG BUILDPLATFORM
44

0 commit comments

Comments
 (0)