File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : zondax-runners
9
9
container :
10
- image : golang:1.23.7
10
+ image : golang:1.23.10
11
11
options : --tty
12
12
steps :
13
13
- name : Checkout
16
16
submodules : true
17
17
- uses : actions/setup-go@v5
18
18
with :
19
- go-version : ' 1.23.7 '
19
+ go-version : ' 1.23.10 '
20
20
- name : Install dependencies
21
21
run : apt update && apt install -yy build-essential
22
22
- name : Build
25
25
test :
26
26
runs-on : zondax-runners
27
27
container :
28
- image : golang:1.23.7
28
+ image : golang:1.23.10
29
29
options : --tty
30
30
environment : DEVNET
31
31
steps :
35
35
submodules : true
36
36
- uses : actions/setup-go@v5
37
37
with :
38
- go-version : ' 1.23.7 '
38
+ go-version : ' 1.23.10 '
39
39
- name : Install dependencies
40
40
run : apt update && apt install -yy build-essential
41
41
- name : Test
You can’t perform that action at this time.
0 commit comments