Skip to content

Merge pull request #27 from awslabs/dependabot/go_modules/golang.org/… #57

Merge pull request #27 from awslabs/dependabot/go_modules/golang.org/…

Merge pull request #27 from awslabs/dependabot/go_modules/golang.org/… #57

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.20'
- run: make
- run: make test