Skip to content

Commit 47cfc03

Browse files
committed
update golang version for docker
1 parent 4db2b17 commit 47cfc03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine as bsc
1+
FROM golang:1.23-alpine as bsc
22

33
RUN apk add --no-cache make cmake gcc musl-dev linux-headers git bash build-base libc-dev
44

eth/tracers/dir.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Context struct {
3939
// stop tracing.
4040
type Tracer struct {
4141
*tracing.Hooks
42-
GetResult func() (json.RawMessage, error)
42+
GetResult func() (json.RawMessage, error)
4343
// Stop terminates execution of the tracer at the first opportune moment.
4444
Stop func(err error)
4545
}

0 commit comments

Comments
 (0)