Skip to content

Commit

Permalink
Build Go binary as part of GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LRitzdorf committed Jun 24, 2024
1 parent 0f33856 commit 2d1df35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build Go binary
run: go build -v .

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 2d1df35

Please sign in to comment.