Skip to content

Commit

Permalink
Use updated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Nov 25, 2024
1 parent e6815a0 commit 6853c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dragonfly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: go

- name: Build go from tip
uses: iwdgo/gotip-build@master
uses: iwdgo/gotip-build@updates
id: gotip
with:
go_variables: GO_TEST_SHORT=1 GO_TEST_TIMEOUT_SCALE=8 GOOS=dragonfly GOARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: go

- name: Build go from tip
uses: iwdgo/gotip-build@master
uses: iwdgo/gotip-build@updates
id: gotip
with:
go_variables: GOARCH=${{ matrix.go_arch }} GOARM=${{ matrix.go_arm}}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
shell: bash
if: ${{ inputs.test_build == 'true' && env.crosscompile == 'true' }}
run: |
go install github.com/iwdgo/gotip-build/architecture@latest
go install github.com/iwdgo/gotip-build/architecture@updates
export ${{ inputs.go_variables }}
architecture -imagebase=alpine
export tooldir=${{ env.goos }}_${{ env.goarch }}
Expand Down

0 comments on commit 6853c83

Please sign in to comment.