Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent ce80f57 commit 2842005
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].9
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].9
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.5

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

0 comments on commit 2842005

Please sign in to comment.