Skip to content

Merge pull request #1 from theobori/dependabot/go_modules/golang.org/… #5

Merge pull request #1 from theobori/dependabot/go_modules/golang.org/…

Merge pull request #1 from theobori/dependabot/go_modules/golang.org/… #5

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
- run: go version
- name: Build the provider
run: |
make build