BREAKING CHANGE: V2 of thr SDK #12
@ -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
|
||||||
|
Reference in New Issue
Block a user