Skip to content

Commit b844409

Browse files
ameya-keskarthaJeztah
authored andcommitted
update to go1.25.5
- Update Go version to v1.25.5 in build workflow - Update GO_VERSION to 1.25.5 in Dockerfile - Update GO_VERSION to 1.25.5 Signed-off-by: Ameya Keskar <55844298+ameya-keskar@users.noreply.github.com>
1 parent 9df2c77 commit b844409

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)