Skip to content

Commit

Permalink
[release-1.6] Update go version to 1.23.6 [SECURITY]
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
Signed-off-by: Sergen Yalçın <[email protected]>
  • Loading branch information
turkenf authored and sergenyalcin committed Feb 10, 2025
1 parent a870320 commit 977e97f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch: {}

env:
GO_VERSION: "1.23"
GO_VERSION: "1.23.6"

jobs:
detect-noop:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uptest-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [created]

env:
GO_VERSION: "1.23"
GO_VERSION: "1.23.6"

jobs:
debug:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/upbound/provider-azuread

go 1.23.2
go 1.23.6

require (
dario.cat/mergo v1.0.0
Expand Down

0 comments on commit 977e97f

Please sign in to comment.