mirror of https://github.com/ory/hydra
chore: bump Go everywhere
GitOrigin-RevId: e381f03d1eb905f631c633bfb78d9184435782c8
This commit is contained in:
parent
17a4c4fac5
commit
e55a1fab89
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.24 AS builder
|
||||
FROM golang:1.25 AS builder
|
||||
|
||||
WORKDIR /go/src/github.com/ory/hydra
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.24-alpine3.21 AS builder
|
||||
FROM golang:1.25-alpine3.21 AS builder
|
||||
|
||||
RUN apk add --no-cache build-base git gcc bash
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
fetch-depth: 2
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25"
|
||||
- name: Start service
|
||||
run: ./test/conformance/start.sh
|
||||
- name: Run tests
|
||||
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
fetch-depth: 2
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25"
|
||||
- run: go list -json > go.list
|
||||
- name: Run nancy
|
||||
uses: sonatype-nexus-community/nancy-github-action@v1.0.2
|
||||
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
- uses: ory/ci/checkout@master
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25"
|
||||
- name: Setup HSM libs and packages
|
||||
run: |
|
||||
sudo apt install -y softhsm2 opensc
|
||||
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
- uses: ory/ci/checkout@master
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25"
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ./test/e2e/hydra
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25"
|
||||
- run: go version
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: "1.24"
|
||||
go-version: "1.25"
|
||||
- run: make format
|
||||
- name: Indicate formatting issues
|
||||
run: git diff HEAD --exit-code --color
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/ory/x
|
||||
|
||||
go 1.24.6
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
code.dny.dev/ssrf v0.2.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/ory/x/randx/strength
|
||||
|
||||
go 1.24.6
|
||||
go 1.25
|
||||
|
||||
replace github.com/ory/x => ../..
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.24 AS builder
|
||||
FROM golang:1.25 AS builder
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
|
|
|||
Loading…
Reference in New Issue