Skip to content

Fix passing of version in build (#47) #111

Fix passing of version in build (#47)

Fix passing of version in build (#47) #111

Workflow file for this run

---
name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
cache: true
- name: Test
run: make test
- name: Build
run: make