Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Aug 28, 2024
1 parent 2fbd681 commit a91ae25
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: hashicorp/actions-go-build@main
- name: Install Go
uses: actions/setup-go@v5
with:
go_version: 1.18
os: linux
arch: amd64
work_dir: pkg
debug: true
instructions: |
go build -o "$BIN_PATH" -trimpath -buildvcs=false
go-version: ${{ matrix.go-version }}

- name: Build
shell: bash
run: make build

0 comments on commit a91ae25

Please sign in to comment.