-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump go to 1.23.2 and other dependencies (#1608)
- Loading branch information
Showing
13 changed files
with
134 additions
and
130 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- uses: ory/ci/checkout@master | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.22.5" | ||
go-version: "1.23.2" | ||
check-latest: true | ||
- name: Update npm to a non-buggy version | ||
run: sudo npm i -g [email protected] | ||
|
@@ -33,12 +33,12 @@ jobs: | |
with: | ||
githubToken: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Run golangci-lint | ||
uses: golangci/golangci-lint-action@v3 | ||
uses: golangci/golangci-lint-action@v6 | ||
env: | ||
GOGC: 100 | ||
with: | ||
version: v1.61.0 | ||
args: --timeout 10m0s --issues-exit-code=0 | ||
skip-pkg-cache: true | ||
- name: Test documentation examples | ||
run: make test-docs-samples | ||
- name: Test OPL typelib | ||
|
@@ -75,7 +75,7 @@ jobs: | |
- uses: ory/ci/checkout@master | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.22.5" | ||
go-version: "1.23.2" | ||
check-latest: true | ||
- name: Prepare Dependencies | ||
run: | | ||
|
@@ -102,7 +102,7 @@ jobs: | |
- uses: ory/ci/checkout@master | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.22.5" | ||
go-version: "1.23.2" | ||
check-latest: true | ||
- run: | | ||
go test -tags sqlite -race -short ./... | ||
|
@@ -250,7 +250,7 @@ jobs: | |
path: current-repo | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.22.5" | ||
go-version: "1.23.2" | ||
check-latest: true | ||
- uses: actions/setup-node@v3 | ||
with: | ||
|
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
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
Oops, something went wrong.