Skip to content

Commit ffb93a8

Browse files
authored
Merge pull request #419 from navidys/bump_golan_1.24.7
Bump golang to 1.24.7 - CVE-2025-47910 and CVE-2025-47906
2 parents 01a3f97 + 9573e3f commit ffb93a8

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-go@v3
2727

2828
with:
29-
go-version: '>=1.22'
29+
go-version: '1.24.7'
3030

3131
- name: Build binary
3232
run: |

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/setup-go@v3
1111
with:
12-
go-version: '>=1.23'
12+
go-version: '1.24.7'
1313
- uses: actions/checkout@v3
1414
- run: |
1515
go mod tidy
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/setup-go@v3
2626
with:
27-
go-version: '>=1.23'
27+
go-version: '1.24.7'
2828
- uses: actions/checkout@v3
2929
- run: |
3030
bash hack/install_dep.sh
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/setup-go@v3
4444
with:
45-
go-version: '>=1.23'
45+
go-version: '1.24.7'
4646
- uses: actions/checkout@v3
4747
- run: |
4848
yum -y install make gcc glib2-devel glibc-devel glibc-static device-mapper-devel
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/setup-go@v3
6060
with:
61-
go-version: '>=1.23'
61+
go-version: '1.24.7'
6262
- uses: actions/checkout@v3
6363
- run: |
6464
bash hack/install_dep.sh

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/setup-go@v3
4747
with:
48-
go-version: '>=1.23'
48+
go-version: '1.24.7'
4949
- uses: actions/checkout@v3
5050
- run: |
5151
go mod tidy
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/setup-go@v3
6262
with:
63-
go-version: '>=1.23'
63+
go-version: '1.24.7'
6464
- uses: actions/checkout@v3
6565
- run: |
6666
bash hack/install_dep.sh
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/setup-go@v3
8181
with:
82-
go-version: '>=1.23'
82+
go-version: '1.24.7'
8383
- uses: actions/checkout@v3
8484
- run: |
8585
yum -y install make gcc glib2-devel glibc-devel glibc-static device-mapper-devel
@@ -95,7 +95,7 @@ jobs:
9595
steps:
9696
- uses: actions/setup-go@v3
9797
with:
98-
go-version: '>=1.23'
98+
go-version: '1.24.7'
9999
- uses: actions/checkout@v3
100100
- run: |
101101
bash hack/install_dep.sh

.packit.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
targets:
1515
- fedora-all-x86_64
1616
- fedora-all-aarch64
17-
- epel-9-x86_64
18-
- epel-9-aarch64
17+
# go1.24.7 rpm not available yet for ELEP9
18+
# - epel-9-x86_64
19+
# - epel-9-aarch64
1920
- epel-10-x86_64
2021
- epel-10-aarch64
2122
- centos-stream-9-x86_64

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containers/prometheus-podman-exporter
22

3-
go 1.24.0
3+
go 1.24.7
44

55
require (
66
github.com/containers/common v0.64.2

0 commit comments

Comments
 (0)