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 Jun 13, 2024
1 parent 7eb0c7f commit 44c2c7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/plexsystems/konstraint

go 1.21
go 1.22

require (
github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a
Expand Down

0 comments on commit 44c2c7d

Please sign in to comment.