File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change 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
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
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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11module github.com/containers/prometheus-podman-exporter
22
3- go 1.24.0
3+ go 1.24.7
44
55require (
66 github.com/containers/common v0.64.2
You can’t perform that action at this time.
0 commit comments