Skip to content

Commit

Permalink
update golang version for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 committed Nov 19, 2024
1 parent 4db2b17 commit 47cfc03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine as bsc
FROM golang:1.23-alpine as bsc

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

Expand Down
2 changes: 1 addition & 1 deletion eth/tracers/dir.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Context struct {
// stop tracing.
type Tracer struct {
*tracing.Hooks
GetResult func() (json.RawMessage, error)
GetResult func() (json.RawMessage, error)
// Stop terminates execution of the tracer at the first opportune moment.
Stop func(err error)
}
Expand Down

0 comments on commit 47cfc03

Please sign in to comment.