Skip to content

Commit cc5128a

Browse files
committed
update docker and ci
1 parent 0076903 commit cc5128a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Go
2626
uses: actions/setup-go@v3
2727
with:
28-
go-version: 1.22.12
28+
go-version: 1.23.0
2929
cache: false
3030

3131
- name: Build Go

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.12-alpine AS build
1+
FROM golang:1.23.0-alpine AS build
22

33
WORKDIR /go/apps/iotex-core
44

0 commit comments

Comments
 (0)