Skip to content

Commit

Permalink
chore: Bump Go to 1.23
Browse files Browse the repository at this point in the history
This aligns the CI systems to match the container version that was updated
in 6dff941.

Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed Sep 11, 2024
1 parent 3922e48 commit f1fcaa9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v5
with:
go-version: "1.22.x"
go-version: "1.23.x"
cache: false

- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: "1.22.x"
go-version: "1.23.x"

- name: release
uses: goreleaser/goreleaser-action@v6
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/open-policy-agent/conftest

go 1.22
go 1.23

toolchain go1.22.5
toolchain go1.23.1

require (
cuelang.org/go v0.10.0
Expand Down

0 comments on commit f1fcaa9

Please sign in to comment.