Skip to content

Commit

Permalink
fix: go.mod toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrajovic committed Oct 7, 2024
1 parent 0f14da3 commit 579c493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#install packages for build layer
FROM golang:1.19-alpine as builder
FROM golang:1.22-alpine as builder

ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.2.3/libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.2.3/libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/InjectiveLabs/peggo

go 1.22.2

toolchain go1.23.2
toolchain go1.22.4

require (
cosmossdk.io/math v1.3.0
Expand Down

0 comments on commit 579c493

Please sign in to comment.