Skip to content

Commit

Permalink
Bump Go to 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 authored and ahadas committed May 5, 2024
1 parent 225e6cf commit afccc12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/setup-go@v4
with:
# NOTE: Keep the version in sync with Go toolchain in WORKSPACE.
go-version: '1.20.10'
go-version: '1.21.9'

# Setup the run environment and run CI test suite
- name: Run test suite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-go@v4
with:
# NOTE: Keep the version in sync with Go toolchain in WORKSPACE.
go-version: '1.20.10'
go-version: '1.21.9'

# Setup the run environment and run CI test suite
- name: Go build
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3302,7 +3302,7 @@ go_repository(
go_rules_dependencies()

# NOTE: Keep the version in sync with Go toolchain in GitHub action.
go_register_toolchains(version = "1.20.10")
go_register_toolchains(version = "1.21.9")

# override rules_docker issue with this dependency
# rules_docker 0.16 uses 0.1.4, bit since there the checksum changed, which is very weird, going with 0.1.4.1 to
Expand Down
2 changes: 1 addition & 1 deletion virt-v2v/cold/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
go_rules_dependencies()

# NOTE: Keep the version in sync with Go toolchain in GitHub action.
go_register_toolchains(version = "1.20.10")
go_register_toolchains(version = "1.21.9")

# override rules_docker issue with this dependency
# rules_docker 0.16 uses 0.1.4, bit since there the checksum changed, which is very weird, going with 0.1.4.1 to
Expand Down
2 changes: 1 addition & 1 deletion virt-v2v/warm/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
go_rules_dependencies()

# NOTE: Keep the version in sync with Go toolchain in GitHub action.
go_register_toolchains(version = "1.20.10")
go_register_toolchains(version = "1.21.9")

# override rules_docker issue with this dependency
# rules_docker 0.16 uses 0.1.4, bit since there the checksum changed, which is very weird, going with 0.1.4.1 to
Expand Down

0 comments on commit afccc12

Please sign in to comment.