Skip to content

Merge pull request #248 from carverauto/fix/ko_container_builds_cicd #37

Merge pull request #248 from carverauto/fix/ko_container_builds_cicd

Merge pull request #248 from carverauto/fix/ko_container_builds_cicd #37

Workflow file for this run

name: tests
on: [push]
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: test
run: make test