File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 3
3
version : 2.1
4
4
5
5
orbs :
6
- platform-orb : okta/general-platform-helpers@1.5
6
+ general- platform-helpers : okta/general-platform-helpers@1.9
7
7
8
8
# Define a job to be invoked later in a workflow.
9
9
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
14
14
steps :
15
15
- checkout
16
16
- run : go version
17
- - platform-orb/ load-dependencies
17
+ - general- platform-helpers/step- load-dependencies
18
18
- run :
19
19
name : " test stage"
20
20
command : make test
24
24
workflows :
25
25
" Circle CI Tests " :
26
26
jobs :
27
- - platform-orb/job-secrets-obtain :
28
- name : cache-secrets
29
- secret-key : " CLIENT_ID;ISSUER;PASSWORD;USERNAME"
30
- - test :
31
- requires :
32
- - cache-secrets
27
+ - test
33
28
34
- # VS Code Extension Version: 1.4.0
29
+ # VS Code Extension Version: 1.4.0
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.1.0 (September 5th, 2024)
4
+
5
+ ### Updates:
6
+
7
+ Make Audience validation optional [ #116 ] ( https://github.com/okta/okta-jwt-verifier-golang/pull/116 )
8
+
3
9
## v2.0.4 (February 26th, 2024)
4
10
5
11
### Updates:
You can’t perform that action at this time.
0 commit comments