Skip to content

Commit

Permalink
chore: Bump Go to 1.23 (#540)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <[email protected]>
  • Loading branch information
jalseth authored Sep 30, 2024
1 parent e485be8 commit 7cdf6d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.22.x
go-version: 1.23.x

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

- name: checkout
uses: actions/checkout@v4

- name: lint go
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
version: v1.61
args: --timeout=5m --color=always --max-same-issues=0 --max-issues-per-linter=0

acceptance:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.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.22.x
go-version: 1.23.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.22.x
go-version: 1.23.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.22.0
go 1.23.0

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

0 comments on commit 7cdf6d6

Please sign in to comment.