Skip to content

Commit

Permalink
Update go version and workflow branches
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrecker-pingidentity committed Oct 16, 2024
1 parent 3abaf6e commit 2de87fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gosec-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: "Security Scan"
# The scheduled workflow runs every at 00:00 on Sunday UTC time.
on:
push:
branches: [ "main" ]
branches: [ "v1210" ]
pull_request:
branches: [ "main" ]
branches: [ "v1210" ]
schedule:
- cron: '0 0 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository contains a Go client for interacting with the PingFederate admin API. It is generated by the [OpenAPI Generator](https://openapi-generator.tech) project.

For a client tied to a specific version, add a version qualifier matching the PingFederate version to your `require` in `go.mod`.
For a client tied to a specific version, add a version qualifier matching the PingFederate version to your `require` in `go.mod`.

For example, for a client for PingFederate 11.2.5:
```
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/pingidentity/pingfederate-go-client/v1210

go 1.18
go 1.21

require golang.org/x/oauth2 v0.20.0

0 comments on commit 2de87fa

Please sign in to comment.