Skip to content

Commit

Permalink
Use setup-go before xgo test
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 23, 2024
1 parent 49fd0e1 commit 55bd9f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/xgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
file: ci/xgo/Dockerfile

- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Test Build
run: bash ci/xgo/xgo-build.sh localhost/xgo:latest

Expand Down

0 comments on commit 55bd9f8

Please sign in to comment.