File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.2 '
53+ go-version : ' 1.24.5 '
5454
5555 - name : Prerequisites
5656 run : |
8080 - uses : actions/checkout@v4
8181 - uses : actions/setup-go@v5
8282 with :
83- go-version : ' 1.24.2 '
83+ go-version : ' 1.24.5 '
8484
8585 - name : Prerequisites
8686 run : |
Original file line number Diff line number Diff line change @@ -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.2 "
28+ ENV GOLANG_VERSION="1.24.5 "
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