File tree Expand file tree Collapse file tree 18 files changed +14953
-8155
lines changed Expand file tree Collapse file tree 18 files changed +14953
-8155
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/checkout@v4
27
27
- uses : actions/setup-go@v5
28
28
with :
29
- go-version : " 1.23 "
29
+ go-version : " 1.24 "
30
30
check-latest : true
31
31
32
32
# Initializes the CodeQL tools for scanning.
Original file line number Diff line number Diff line change 32
32
if : " ${{ env.GITHUB_EVENT_NAME != 'schedule' }}"
33
33
34
34
- name : Log in to the Container registry
35
- uses : docker/login-action@v3.3 .0
35
+ uses : docker/login-action@v3.4 .0
36
36
with :
37
37
registry : ${{ env.REGISTRY }}
38
38
username : ${{ github.actor }}
46
46
flavor : " latest=false"
47
47
48
48
- name : Build and push docker image
49
- uses : docker/build-push-action@v6.14 .0
49
+ uses : docker/build-push-action@v6.15 .0
50
50
with :
51
51
context : .
52
52
file : Dockerfile
Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v4
17
17
- uses : actions/setup-go@v5
18
18
with :
19
- go-version : " 1.23 "
19
+ go-version : " 1.24 "
20
20
check-latest : true
21
21
- uses : technote-space/get-diff-action@v6.1.2
22
22
id : git_diff
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v4
11
- - uses : gaurav-nelson/github-action-markdown-link-check@1.0.16
11
+ - uses : gaurav-nelson/github-action-markdown-link-check@1.0.17
12
12
with :
13
13
folder-path : " docs"
14
14
file-extension : " .mdx"
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
- uses : actions/setup-go@v5
23
23
with :
24
- go-version : " 1.23 "
24
+ go-version : " 1.24 "
25
25
check-latest : true
26
26
- name : run-vulncheck
27
27
id : vulncheck
Original file line number Diff line number Diff line change 26
26
steps :
27
27
- uses : actions/setup-go@v5
28
28
with :
29
- go-version : 1.23 .x
29
+ go-version : 1.24 .x
30
30
- name : Install runsim
31
31
run : go install github.com/cosmos/tools/cmd/runsim@v1.0.0
32
32
- uses : actions/cache@v4.2.0
65
65
- uses : actions/checkout@v4
66
66
- uses : actions/setup-go@v5
67
67
with :
68
- go-version : 1.23 .x
68
+ go-version : 1.24 .x
69
69
- uses : technote-space/get-diff-action@v6.0.1
70
70
with :
71
71
PATTERNS : |
Original file line number Diff line number Diff line change 21
21
22
22
- uses : actions/setup-go@v5
23
23
with :
24
- go-version : " 1.23 "
24
+ go-version : " 1.24 "
25
25
26
26
- name : Set Env
27
27
run : echo "TM_VERSION=$(go list -m github.com/cometbft/cometbft | sed 's:.* ::')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/setup-go@v5
19
19
with :
20
- go-version : 1.23 .x
20
+ go-version : 1.24 .x
21
21
- name : Install runsim
22
22
run : go install github.com/cosmos/tools/cmd/runsim@v1.0.0
23
23
- uses : actions/cache@v4.2.0
33
33
- uses : actions/checkout@v4
34
34
- uses : actions/setup-go@v5
35
35
with :
36
- go-version : 1.23 .x
36
+ go-version : 1.24 .x
37
37
- uses : actions/cache@v4.2.0
38
38
with :
39
39
path : ~/go/bin
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
- uses : actions/setup-go@v5
24
24
with :
25
- go-version : 1.23 .x
25
+ go-version : 1.24 .x
26
26
- name : Install runsim
27
27
run : go install github.com/cosmos/tools/cmd/runsim@v1.0.0
28
28
- uses : actions/cache@v4
40
40
- uses : actions/checkout@v4
41
41
- uses : actions/setup-go@v5
42
42
with :
43
- go-version : 1.23 .x
43
+ go-version : 1.24 .x
44
44
- uses : technote-space/get-diff-action@v6.0.1
45
45
with :
46
46
PATTERNS : |
64
64
- uses : actions/checkout@v4
65
65
- uses : actions/setup-go@v5
66
66
with :
67
- go-version : 1.23 .x
67
+ go-version : 1.24 .x
68
68
- uses : technote-space/get-diff-action@v6
69
69
with :
70
70
PATTERNS : |
88
88
steps :
89
89
- uses : actions/setup-go@v5
90
90
with :
91
- go-version : 1.23 .x
91
+ go-version : 1.24 .x
92
92
- uses : actions/checkout@v4
93
93
- uses : actions/cache@v4
94
94
with :
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
- uses : actions/setup-go@v5
22
22
with :
23
- go-version : " 1.23 "
23
+ go-version : " 1.24 "
24
24
check-latest : true
25
25
cache : true
26
26
cache-dependency-path : go.sum
59
59
steps :
60
60
- uses : actions/setup-go@v5
61
61
with :
62
- go-version : 1.23 .x
62
+ go-version : 1.24 .x
63
63
- uses : actions/checkout@v4
64
64
- uses : technote-space/get-diff-action@v6.1.2
65
65
id : git_diff
@@ -114,7 +114,7 @@ jobs:
114
114
- uses : actions/checkout@v4
115
115
- uses : actions/setup-go@v5
116
116
with :
117
- go-version : 1.23 .x
117
+ go-version : 1.24 .x
118
118
- uses : technote-space/get-diff-action@v6.1.2
119
119
id : git_diff
120
120
with :
@@ -159,7 +159,7 @@ jobs:
159
159
Makefile
160
160
- uses : actions/setup-go@v5
161
161
with :
162
- go-version : 1.23 .x
162
+ go-version : 1.24 .x
163
163
# the old gaiad binary version is hardcoded, need to be updated each major release.
164
164
- name : Install Old Gaiad
165
165
run : |
You can’t perform that action at this time.
0 commit comments