fix(deps): update module github.com/sashabaranov/go-openai to v1.17.4 #1799
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Go Nancy | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
merge_group: | |
schedule: | |
- cron: "0 0 * * 0" | |
jobs: | |
nancy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code into the Go module directory | |
uses: actions/checkout@v4 | |
- name: Set up Go 1.x in order to write go.list file | |
uses: actions/setup-go@v4 | |
with: | |
go-version-file: "go.mod" | |
cache: true | |
- name: WriteGoList | |
run: go list -json -m all > go.list | |
- name: Nancy | |
uses: sonatype-nexus-community/nancy-github-action@main |