File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/setup-go@v6
11
11
with :
12
- go-version : ' >=1.23 '
12
+ go-version : ' >=1.24 '
13
13
- uses : actions/checkout@v5
14
14
- run : |
15
15
go mod tidy
24
24
steps :
25
25
- uses : actions/setup-go@v6
26
26
with :
27
- go-version : ' 1.23 '
27
+ go-version : ' 1.24 '
28
28
- uses : actions/checkout@v5
29
29
- run : |
30
30
bash hack/install_dep.sh
59
59
steps :
60
60
- uses : actions/setup-go@v6
61
61
with :
62
- go-version : ' >=1.23 '
62
+ go-version : ' >=1.24 '
63
63
- uses : actions/checkout@v5
64
64
- run : |
65
65
make all
Original file line number Diff line number Diff line change 45
45
steps :
46
46
- uses : actions/setup-go@v6
47
47
with :
48
- go-version : ' >=1.23 '
48
+ go-version : ' >=1.24 '
49
49
- uses : actions/checkout@v5
50
50
- run : |
51
51
go mod tidy
60
60
steps :
61
61
- uses : actions/setup-go@v6
62
62
with :
63
- go-version : ' 1.23 '
63
+ go-version : ' 1.24 '
64
64
- uses : actions/checkout@v5
65
65
- run : |
66
66
bash hack/install_dep.sh
86
86
steps :
87
87
- uses : actions/setup-go@v6
88
88
with :
89
- go-version : ' >=1.23 '
89
+ go-version : ' >=1.24 '
90
90
- uses : actions/checkout@v5
91
91
- run : |
92
92
make all
Original file line number Diff line number Diff line change 1
1
module github.com/containers/podman-tui
2
2
3
- go 1.23.3
3
+ go 1.24.0
4
4
5
5
require (
6
6
github.com/containers/buildah v1.41.4
You can’t perform that action at this time.
0 commit comments