Skip to content

Commit

Permalink
Merge pull request #68 from alexgao001/releasev0.2.3
Browse files Browse the repository at this point in the history
chore: bump go version to 1.20
  • Loading branch information
unclezoro authored Jul 31, 2023
2 parents 9033012 + 936e179 commit 255febb
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 255febb

Please sign in to comment.