Skip to content

Commit

Permalink
Merge branch 'go_releaser_fix' of github.com:cheqd/cheqd-node into ap…
Browse files Browse the repository at this point in the history
…/fix-tests
  • Loading branch information
atheeshp committed Feb 20, 2024
2 parents de5bbd6 + 98db093 commit be2761d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ante/testutil_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func (s *AnteTestSuite) SetupTest(isCheckTx bool) error {
ResourceKeeper: s.app.ResourceKeeper,
SignModeHandler: encodingConfig.TxConfig.SignModeHandler(),
SigGasConsumer: sdkante.DefaultSigVerificationGasConsumer,
IBCKeeper: s.app.IBCKeeper,
},
)
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### STAGE 1: Build node binary pre-requisites ###
###############################################################

FROM golang:1.18-alpine AS builder
FROM golang:1.21-alpine AS builder

# Install minimum necessary dependencies
ENV PACKAGES curl make git libc-dev bash gcc linux-headers findutils
Expand Down

0 comments on commit be2761d

Please sign in to comment.