-
-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump to go 1.22 and fix automations (#1183)
Co-authored-by: Henning Perl <[email protected]>
- Loading branch information
Showing
10 changed files
with
47 additions
and
1,535 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
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
key: ${{ needs.sdk-generate.outputs.sdk-cache-key }} | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.21" | ||
go-version: "1.22" | ||
- run: go list -json > go.list | ||
- name: Run nancy | ||
uses: sonatype-nexus-community/[email protected] | ||
|
@@ -70,7 +70,7 @@ jobs: | |
- uses: ory/ci/checkout@master | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.21" | ||
go-version: "1.22" | ||
- run: | | ||
./test/${{ matrix.name }}/run.sh | ||
|
@@ -86,7 +86,7 @@ jobs: | |
output-dir: docs/oathkeeper/cli | ||
- uses: actions/setup-go@v2 | ||
with: | ||
go-version: "1.21" | ||
go-version: "1.22" | ||
|
||
changelog: | ||
name: Generate changelog | ||
|
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 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 |
---|---|---|
@@ -1 +1,6 @@ | ||
project: oathkeeper | ||
|
||
pre_release_hooks: | ||
- ./scripts/render-schemas.sh | ||
- git config --unset user.email | ||
- git config --unset user.name |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Do not edit files in this directory. They are generated by CI using | ||
render-schemas.sh and other automation. Edit spec/config.schema.json instead. |
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
Oops, something went wrong.