Skip to content

Commit

Permalink
bump go in actions to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: ultram4rine <ultramarine730@gmail.com>
  • Loading branch information
ultram4rine committed May 4, 2024
1 parent 1cd53da commit 54f3318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "**.md"

env:
GO_VERSION: "~1.21"
GO_VERSION: "~1.22" # It's seems unused :/
IMAGE_NAME: "k8sgpt-operator"
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

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

jobs:
build:
Expand Down

0 comments on commit 54f3318

Please sign in to comment.