Skip to content

Commit

Permalink
revert go ver
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <[email protected]>
  • Loading branch information
Pavel Okhlopkov committed Nov 2, 2024
1 parent 7476db0 commit 2db6c5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
name: Build shell-operator binary
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.22"

- name: Check out shell-operator code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Run linter
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.22"

- name: Check out shell-operator code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-labeled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
cluster_name: "kube-1-27"
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.22"

- name: Check out shell-operator code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.23"
go-version: "1.22"

- name: Check out shell-operator code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2db6c5a

Please sign in to comment.