Skip to content

feat: add dockerFile with linux/amd64 image only #12

feat: add dockerFile with linux/amd64 image only

feat: add dockerFile with linux/amd64 image only #12

Workflow file for this run

name: test
on:
pull_request:
env:
GO_VERSION: '1.21.3'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Run tests
run: make test
timeout-minutes: 5