-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update provider to work with Netbox 3.1
- Loading branch information
Showing
777 changed files
with
107,791 additions
and
13,533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go: [ '1.17.x' ] | ||
go: [ '1.18.x' ] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
@@ -34,7 +34,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Go installation | ||
uses: actions/setup-go@v3.0.0 | ||
uses: actions/setup-go@v3.1.0 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,13 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go: [ '1.17.x' ] | ||
go: [ '1.18.x' ] | ||
steps: | ||
- name: Check conventional commits in PR | ||
uses: Namchee/[email protected] | ||
with: | ||
access_token: ${{ secrets.github_token }} | ||
label: "no-conventional-commits" | ||
close: false | ||
template: "Thank you for your contribution attempt in this repository!\n\nUnfortunately, this pull request doesn't meet our standards by reason we stated below.\nFor future pull requests, please use conventional commits.\nPlease update the commits in this PR with conventional commits rules." | ||
strict: false | ||
report: false | ||
|
||
|
@@ -43,7 +41,7 @@ jobs: | |
shell: bash | ||
|
||
- name: Go installation | ||
uses: actions/setup-go@v3.0.0 | ||
uses: actions/setup-go@v3.1.0 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,15 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
go: [ '1.17.x' ] | ||
go: [ '1.18.x' ] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Go installation | ||
uses: actions/setup-go@v3.0.0 | ||
uses: actions/setup-go@v3.1.0 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.