-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update go (1.20), github actions, and lestrat/jwx #139
base: main
Are you sure you want to change the base?
Conversation
Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.1.6 to 1.2.26. - [Release notes](https://github.com/lestrrat-go/jwx/releases) - [Changelog](https://github.com/lestrrat-go/jwx/blob/v1.2.26/Changes) - [Commits](lestrrat-go/jwx@v1.1.6...v1.2.26) --- updated-dependencies: - dependency-name: github.com/lestrrat-go/jwx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #139 +/- ##
====================================
+ Coverage 84% 85% +1%
====================================
Files 28 28
Lines 1663 2398 +735
====================================
+ Hits 1394 2019 +625
- Misses 155 264 +109
- Partials 114 115 +1 see 28 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Do not merge. goboring is only available <= 1.16. To upgrade Go, we will need to drop goboring support. see: https://hub.docker.com/r/goboring/golang/tags |
Hmm. As far as I can tell, that doesn't seem to work either anymore. |
It's terrible that they allow pulling a specific version but have no option to list all tags. I think it's better to ask in that group. |
Goboring can now be enabled in any go build with |
The build is only supported in two architectures - amd64 and arm64. I suppose what has been released here is for amd64. |
includes #138