Skip to content

Commit

Permalink
Set the go version compatible with the project version in workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Nov 4, 2024
1 parent ff475d7 commit 6b39bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.22"
GO_VERSION: "1.21"

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

env:
GO_VERSION: "1.22"
GO_VERSION: "1.21"

jobs:
debug:
Expand Down

0 comments on commit 6b39bef

Please sign in to comment.