Skip to content

Commit

Permalink
ci: bump Go to 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored and simar7 committed Jan 23, 2025
1 parent 6191d2e commit f0f61c6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/outdated-api-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: write

env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'

jobs:
outdated:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
merge_group:

env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'

jobs:
opa-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
merge_group:

env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rego.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:

env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"

jobs:
opa-tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
merge_group:

env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'

jobs:
build:
Expand Down

0 comments on commit f0f61c6

Please sign in to comment.