Skip to content

Commit

Permalink
fix: updated go version in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NishanthNalluri committed Jan 20, 2025
1 parent 880f5c1 commit aa7356f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.22

- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.22

- name: HelmTemplate
run: make test/template
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.22

- name: Run E2E Test
run: make test/e2e/install
Expand All @@ -150,7 +150,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.22

- name: Run E2E Test
run: make test/e2e/rotate
Expand All @@ -168,7 +168,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.22

- name: generate configs
run: go run build/build.go generate
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")

go_rules_dependencies()
go_register_toolchains(version = "1.18")
go_register_toolchains(version = "1.22")
gazelle_dependencies()

go_repository(
Expand Down

0 comments on commit aa7356f

Please sign in to comment.