Skip to content

Commit 24ae5f2

Browse files
committed
chore: bump go version
1 parent 7799978 commit 24ae5f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: v1.23.x
26+
go-version: v1.25.x
2727
- uses: actions/cache@v4
2828
with:
2929
path: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: v1.22.x
16+
go-version: v1.25.x
1717
- uses: actions/cache@v4
1818
with:
1919
path: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24 AS builder
1+
FROM golang:1.25 AS builder
22
WORKDIR /app
33

44
ARG VERSION

0 commit comments

Comments
 (0)