Skip to content

Commit ad83e73

Browse files
committed
upgrade go version to 1.25.5
1 parent ee6ee47 commit ad83e73

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: 1.25.1
15+
go-version: 1.25.5
1616

1717
- name: Check out code
1818
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
password: ${{ secrets.DOCKER_PASSWORD }}
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: 1.25.1
29+
go-version: 1.25.5
3030
- uses: actions/setup-node@v4
3131
with:
3232
node-version: 23
@@ -59,7 +59,7 @@ jobs:
5959
fetch-depth: 0
6060
- uses: actions/setup-go@v5
6161
with:
62-
go-version: 1.25.1
62+
go-version: 1.25.5
6363
- uses: actions/setup-node@v4
6464
with:
6565
node-version: 23

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module mokapi
22

3-
go 1.25.1
3+
go 1.25.5
44

55
require (
66
github.com/Masterminds/sprig v2.22.0+incompatible

images/alpha.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY ./docs ./src/assets/docs
1111
RUN npm install
1212
RUN npm run build
1313

14-
FROM golang:1.25.1-alpine AS gobuild
14+
FROM golang:1.25.5-alpine AS gobuild
1515

1616
ARG VERSION=dev
1717

0 commit comments

Comments
 (0)