Skip to content

Commit

Permalink
Merge pull request #69 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: prepare for release v0.2.3
  • Loading branch information
alexgao001 authored Jul 31, 2023
2 parents beb9529 + 255febb commit c00d5e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as builder
FROM golang:1.20-alpine as builder

# Set up apk dependencies
ENV PACKAGES make git libc-dev bash gcc linux-headers eudev-dev curl ca-certificates build-base
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The relayer mainly consists of 3 components: Listener, Vote Processor and Transa

### Requirement

Go version above 1.19
Go version above 1.20

## Deployment

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bnb-chain/greenfield-relayer

go 1.19
go 1.20

require (
cosmossdk.io/errors v1.0.0-beta.7
Expand Down

0 comments on commit c00d5e8

Please sign in to comment.