chore: add acceptance tests with saml sp

This commit is contained in:
Stefan Benz
2025-03-21 17:33:42 +01:00
parent f1ab6a2360
commit 5af009d581
18 changed files with 375 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.24-alpine
RUN apk add curl jq
COPY setup.sh /setup.sh
RUN chmod +x /setup.sh