Skip to content

cleanup: add some comments and rename vars in SetRequiredAPIVersion #25

cleanup: add some comments and rename vars in SetRequiredAPIVersion

cleanup: add some comments and rename vars in SetRequiredAPIVersion #25

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout plugin-sdk-go
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: '^1.19'
- name: Run tests
run: go test ./...