Skip to content

Commit

Permalink
actions/setup-go uses go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaplan13 committed Jul 5, 2024
1 parent 0e5e3f1 commit 230b533
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/abi_bindings_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
with:
submodules: recursive

- name: Set Go version
run: |
source ./scripts/versions.sh
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/gomod_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
submodules: recursive

- run: |
source ./scripts/versions.sh
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
with:
submodules: recursive

- name: Set Go version
run: |
source ./scripts/versions.sh
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 230b533

Please sign in to comment.