Skip to content

Use goreleaser to build docker image #35

Use goreleaser to build docker image

Use goreleaser to build docker image #35

Workflow file for this run

name: Main
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Check Formatting
run: gofmt -d -e .
- name: Tests
run: go test -v ./...