Skip to content

Merge pull request #22 from eddort/refactor/container #13

Merge pull request #22 from eddort/refactor/container

Merge pull request #22 from eddort/refactor/container #13

Workflow file for this run

name: build
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.21
cache: true
- run: go test -v ./...