Skip to content

Commit ecf6c1c

Browse files
authored
Merge pull request #399 from ameya-keskar/bump_go_1.25.5
update to go1.25.5
2 parents 9df2c77 + b844409 commit ecf6c1c

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
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
DESTDIR: ./bin
18-
GO_VERSION: 1.25.2
18+
GO_VERSION: 1.25.5
1919

2020
jobs:
2121
validate:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.25.2
3+
ARG GO_VERSION=1.25.5
44
ARG DEBIAN_VERSION=bookworm
55

66
ARG XX_VERSION=1.7.0

deb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG GO_VERSION=1.25.2
3+
ARG GO_VERSION=1.25.5
44
ARG DISTRO=ubuntu
55
ARG SUITE=jammy
66

0 commit comments

Comments
 (0)