Skip to content

Commit

Permalink
Merge branch 'master' into x-chain_introducing-fees-calculators
Browse files Browse the repository at this point in the history
  • Loading branch information
abi87 committed May 8, 2024
2 parents b9e1435 + 759df8e commit ce35df7
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 ce35df7

Please sign in to comment.