Skip to content

Commit d98f71f

Browse files
committed
feat: ci upgrade go version
1 parent a71d9b8 commit d98f71f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: zondax-runners
99
container:
10-
image: golang:1.23.7
10+
image: golang:1.23.10
1111
options: --tty
1212
steps:
1313
- name: Checkout
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.23.7'
19+
go-version: '1.23.10'
2020
- name: Install dependencies
2121
run: apt update && apt install -yy build-essential
2222
- name: Build
@@ -25,7 +25,7 @@ jobs:
2525
test:
2626
runs-on: zondax-runners
2727
container:
28-
image: golang:1.23.7
28+
image: golang:1.23.10
2929
options: --tty
3030
environment: DEVNET
3131
steps:
@@ -35,7 +35,7 @@ jobs:
3535
submodules: true
3636
- uses: actions/setup-go@v5
3737
with:
38-
go-version: '1.23.7'
38+
go-version: '1.23.10'
3939
- name: Install dependencies
4040
run: apt update && apt install -yy build-essential
4141
- name: Test

0 commit comments

Comments
 (0)