Skip to content

Commit

Permalink
Merge pull request #21 from ava-labs/golang-1.21.12
Browse files Browse the repository at this point in the history
Golang 1.21.12
  • Loading branch information
michaelkaplan13 authored Jul 5, 2024
2 parents 5f4a0aa + 230b533 commit a7f03de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/abi_bindings_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ jobs:
with:
submodules: recursive

- name: Set Go version
run: |
source ./scripts/versions.sh
echo GO_VERSION=$GO_VERSION >> $GITHUB_ENV
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version-file: 'go.mod'

- name: Install Foundry
run: ./scripts/install_foundry.sh
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/gomod_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
with:
submodules: recursive

- run: |
source ./scripts/versions.sh
echo GO_VERSION=$GO_VERSION >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version-file: 'go.mod'

- run: go mod tidy
- run: git --no-pager diff -- go.mod go.sum # This prints the diff
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ jobs:
with:
submodules: recursive

- name: Set Go version
run: |
source ./scripts/versions.sh
echo GO_VERSION=$GO_VERSION >> $GITHUB_ENV
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
go-version-file: 'go.mod'

- name: Install Foundry
run: ./scripts/install_foundry.sh
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/ava-labs/receipt-proofs-poc

go 1.21.11
go 1.21.12

require (
github.com/ava-labs/avalanchego v1.11.1
Expand Down

0 comments on commit a7f03de

Please sign in to comment.