Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent ad3c976 commit ee017c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create SBOM
uses: anchore/[email protected].7
uses: anchore/[email protected].0
with:
upload-artifact-retention: 1
format: cyclonedx-json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4

- name: Create SBOM
uses: anchore/[email protected].7
uses: anchore/[email protected].0
with:
upload-artifact-retention: 1
format: cyclonedx-json
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ydataai/authentication-service

go 1.22

toolchain go1.22.1
toolchain go1.23.3

require (
github.com/coreos/go-oidc/v3 v3.10.0
Expand Down

0 comments on commit ee017c3

Please sign in to comment.