Skip to content

fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.16.0 #1125

fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.16.0

fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.16.0 #1125

Workflow file for this run

name: "Unit tests"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unitests:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go mod download
- run: go build ./...
- name: Run tests
run: go test -race ./...