Skip to content

Commit

Permalink
modify go 1.20 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 5, 2024
1 parent 7b814e7 commit a52bae5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mars-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
binary: "marsd"
build_command: "make install"
chain_registry_name: "mars"
go_version: "1.20"
go_version: "1.20.10"
repo: "mars-protocol/hub"
os: "linux"
arch: "amd64"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/migaloo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
arch: "amd64"

- version: "1.0.2"
go_version: "1.20"
go_version: "1.20.10"

- version: "2.0.6"
go_version: "1.20"
go_version: "1.20.10"

- version: "2.2.6"
go_version: "1.20"
go_version: "1.20.10"

- version: "3.0.2"
go_version: "1.21"
go_version: "1.21.3"

with:
binary: ${{ matrix.binary }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terra-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
binary: "terrad"
build_command: "make install"
chain_registry_name: "terra2"
go_version: "1.20"
go_version: "1.20.10"
repo: "terra-money/core"
os: "linux"
arch: "amd64"
Expand Down

0 comments on commit a52bae5

Please sign in to comment.