Skip to content

Commit

Permalink
go again
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 5, 2024
1 parent ba9629d commit 1eb9d3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '^1.22.0'
run: go version
- name: Check go
id: check_go
run: |
go --version
- name: Run Mage
uses: magefile/mage-action@v3
with:
Expand Down

0 comments on commit 1eb9d3f

Please sign in to comment.