Skip to content

Commit a744123

Browse files
committed
Bump Go
1 parent 259539f commit a744123

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151
- uses: actions/setup-go@v5
5252
with:
53-
go-version: '1.24.5'
53+
go-version: '1.25.4'
5454

5555
- name: Prerequisites
5656
run: |
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v4
8181
- uses: actions/setup-go@v5
8282
with:
83-
go-version: '1.24.5'
83+
go-version: '1.25.4'
8484

8585
- name: Prerequisites
8686
run: |

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get install -y \
77
debootstrap sudo dirmngr bison flex libssl-dev kmod udev cpio \
88
uuid-dev libgnutls28-dev apt-utils
99

10-
# remove default usere as it can interfere with user's UID
10+
# remove default user as it can interfere with user's UID
1111
RUN userdel -r ubuntu
1212

1313
# create user "builder" with sudo privileges
@@ -25,7 +25,7 @@ RUN su - $USER -c "gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 147C
2525
RUN su - $USER -c "gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 7721F63BD38B4796"
2626

2727
# install golang
28-
ENV GOLANG_VERSION="1.24.5"
28+
ENV GOLANG_VERSION="1.25.4"
2929

3030
RUN su - $USER -c "wget -O go.tgz https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz"
3131
RUN su - $USER -c "wget -O go.tgz.asc https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz.asc"

0 commit comments

Comments
 (0)