File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 : |
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 : |
Original file line number Diff line number Diff 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
1111RUN 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
2525RUN 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
3030RUN su - $USER -c "wget -O go.tgz https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz"
3131RUN su - $USER -c "wget -O go.tgz.asc https://go.dev/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz.asc"
You can’t perform that action at this time.
0 commit comments