Skip to content

Commit 39d603e

Browse files
committed
Bump Go
1 parent 8149d25 commit 39d603e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.2'
53+
go-version: '1.24.5'
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.2'
83+
go-version: '1.24.5'
8484

8585
- name: Prerequisites
8686
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2"
28+
ENV GOLANG_VERSION="1.24.5"
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)