Skip to content

Commit

Permalink
ci: Bump Go to 1.22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jalseth committed Apr 30, 2024
1 parent 88d1d40 commit 6aa8bc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x

- name: checkout source
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x

- name: checkout
uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x

- name: checkout source
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x

- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_cli_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version: 1.22.x

- name: checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 6aa8bc9

Please sign in to comment.