Skip to content

Commit

Permalink
update kujira go version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Sep 21, 2023
1 parent 42f0124 commit d9be5fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- '.github/workflows/base-build.yml'

jobs:
build:
base-build:
runs-on: ubuntu-latest

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kujira-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- '.github/workflows/kujira-build.yml'

jobs:
terra-build:
kujira-build:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
strategy:
Expand All @@ -45,7 +45,7 @@ jobs:
binary: "kujirad"
build_command: "make install"
chain_registry_name: "kujira"
go_version: "1.20.8"
go_version: "1.19.7"
repo: "Team-Kujira/core"
os: "linux"
arch: "amd64"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mars-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- '.github/workflows/mars-build.yml'

jobs:
terra-build:
mars-build:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migaloo-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
- '.github/workflows/migaloo-build.yml'

jobs:
terra-build:
migaloo-build:
uses: ./.github/workflows/docker-build.yml
secrets: inherit
strategy:
Expand Down

0 comments on commit d9be5fd

Please sign in to comment.