Skip to content

Commit

Permalink
Merge branch 'master' into p-chain_introducing-fees-calculators
Browse files Browse the repository at this point in the history
  • Loading branch information
abi87 authored May 7, 2024
2 parents 09cfe24 + 759df8e commit eb98d60
Show file tree
Hide file tree
Showing 10 changed files with 313 additions and 323 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish_antithesis_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
password: ${{ secrets.ANTITHESIS_GAR_JSON_KEY }}

- name: Set the Go version in the environment
uses: ./.github/actions/set-go-version-in-env
# Need an exact version vs the range (~x.x.x) provided by set-go-version-in-env action
run: echo GO_VERSION="$(go list -m -f '{{.GoVersion}}')" >> $GITHUB_ENV
shell: bash

- name: Build node
id: build-node-image
Expand Down
Loading

0 comments on commit eb98d60

Please sign in to comment.