-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit c26e9e3.
- Loading branch information
Showing
6 changed files
with
11 additions
and
9 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.23 AS builder | ||
FROM golang:1.22 AS builder | ||
|
||
WORKDIR /go/src/github.com/ory/hydra | ||
|
||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
fetch-depth: 2 | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.23" | ||
go-version: "1.22" | ||
- name: Start service | ||
run: ./test/conformance/start.sh | ||
- name: Run tests | ||
|
@@ -85,7 +85,7 @@ jobs: | |
key: ${{ needs.sdk-generate.outputs.sdk-cache-key }} | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: "1.23" | ||
go-version: "1.22" | ||
- run: go list -json > go.list | ||
- name: Run nancy | ||
uses: sonatype-nexus-community/[email protected] | ||
|
@@ -128,7 +128,7 @@ jobs: | |
key: ${{ needs.sdk-generate.outputs.sdk-cache-key }} | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.23" | ||
go-version: "1.22" | ||
- name: Setup HSM libs and packages | ||
run: | | ||
sudo apt install -y softhsm2 opensc | ||
|
@@ -179,7 +179,7 @@ jobs: | |
- uses: ory/ci/checkout@master | ||
- uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.23" | ||
go-version: "1.22" | ||
- uses: actions/cache@v2 | ||
with: | ||
path: ./test/e2e/hydra | ||
|
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