diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61613bf9..7161aba7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.22' + go-version: '1.23' check-latest: true - name: Get dependencies run: go mod download diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d107f7cd..65e4e122 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -53,7 +53,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.22' + go-version: '1.23' check-latest: true - name: Get dependencies run: go mod download diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b3719eec..530efd37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.22' + go-version: '1.23' check-latest: true - name: Import GPG key id: import_gpg diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 8d4b4d5e..0c41a361 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -2,7 +2,7 @@ ## Requirements -* [Go](https://go.dev/doc/install) 1.22 or newer (to build the application) +* [Go](https://go.dev/doc/install) 1.23 or newer (to build the application) * [GNU Make](https://www.gnu.org/software/make) (to build and test easier) * [Open Policy Agent](https://www.openpolicyagent.org/docs/latest/#1-download-opa) (to test REGO policies) diff --git a/README.md b/README.md index 7975a441..addc1cdc 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Binaries for Linux, Windows and Mac are available as tarballs in the ### Source code -Go [v1.22](https://go.dev/doc/install) or newer is required. Check the [development guide](./DEVELOPMENT.md) +Go [v1.23](https://go.dev/doc/install) or newer is required. Check the [development guide](./DEVELOPMENT.md) for more details. ```sh diff --git a/docs/user-guide.md b/docs/user-guide.md index 66e7fe79..e8e60dd8 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -61,7 +61,7 @@ Binaries for Linux, Windows and Mac are available as tarballs in the ### Source code -Go [v1.22](https://go.dev/doc/install) or newer is required. Check the [development guide](../DEVELOPMENT.md) +Go [v1.23](https://go.dev/doc/install) or newer is required. Check the [development guide](../DEVELOPMENT.md) for more details. ```sh