Add release workflow (#23)

* Add release workflow
This commit is contained in:
Pavindu Lakshan 2025-04-18 15:12:32 +05:30 committed by GitHub
parent 6036ab30ec
commit f4be3de30f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 218 additions and 12 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/wso2/open-mcp-auth-proxy
go 1.22.3
go 1.21
require (
github.com/golang-jwt/jwt/v4 v4.5.2