Skip to content

Commit

Permalink
feat: fixed go version 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
JoowonYun committed Jul 4, 2023
1 parent 9b4e3ef commit 879244e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# docker run --rm -it --env-file=path/to/.env --name xpla-localnet xpladev/xpla

### BUILD
FROM golang:1.18-alpine AS build
FROM golang:1.19-alpine AS build
WORKDIR /localnet

# Create appuser.
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/xpladev/xpla

go 1.18
go 1.19

require (
github.com/CosmWasm/wasmd v0.28.0
Expand Down

0 comments on commit 879244e

Please sign in to comment.