BREAKING CHANGE: V2 of thr SDK #12

Merged
fenpaws merged 124 commits from develop/postgresql into main 2024-07-01 20:46:28 +00:00
Showing only changes of commit c246f661ff - Show all commits

View File

@ -11,12 +11,12 @@ jobs:
Build: Build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Setup Go environment - name: Setup Go environment
uses: https://github.com/actions/setup-go@v3 uses: https://github.com/actions/setup-go@v5
with: with:
# The Go version to download (if necessary) and use. Supports semver spec and ranges. # The Go version to download (if necessary) and use. Supports semver spec and ranges.
go-version: 1.22.0 # optional go-version: 1.22.0 # optional