Skip to content

Commit

Permalink
Merge pull request #40 from canonical/IAM-700-update-hydra-version
Browse files Browse the repository at this point in the history
chore: bump to 2.2.0
  • Loading branch information
natalian98 authored Mar 6, 2024
2 parents 687db4a + d65fa28 commit c5a25b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: hydra
base: bare
build-base: ubuntu:22.04
version: "2.1.1"
build-base: ubuntu@22.04
version: "2.2.0"
summary: Ory Hydra
description: |
Ory Hydra is a hardened and certified OAuth 2.0 and OpenID Connect provider.
Expand Down Expand Up @@ -39,7 +39,7 @@ parts:
hydra:
plugin: go
build-snaps:
- go/1.19/stable
- go/1.21/stable
override-build: |
src_config_path="github.com/ory/hydra/v2/driver"
build_ver="${src_config_path}/config.Version"
Expand All @@ -56,4 +56,4 @@ parts:
go build -ldflags="${go_linker_flags}" -o "${CRAFT_PART_INSTALL}"/bin/hydra
source: https://github.com/ory/hydra
source-type: git
source-tag: v2.1.1
source-tag: v2.2.0

0 comments on commit c5a25b8

Please sign in to comment.