Skip to content

Commit

Permalink
bump up go version for github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Dec 5, 2023
1 parent 25fe409 commit 8242374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
merge_group:
env:
GO_VERSION: "1.18"
GO_VERSION: "1.21"
jobs:
opa-tests:
name: OPA tests
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 @@ -12,7 +12,7 @@ on:
- "LICENSE"
merge_group:
env:
GO_VERSION: "1.18"
GO_VERSION: "1.21"
jobs:
opa-tests:
name: OPA tests
Expand Down

0 comments on commit 8242374

Please sign in to comment.