diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 5238a7b..ef66eb2 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.6 + go-version: 1.23.1 - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/pre-main.yml b/.github/workflows/pre-main.yml index f780f89..a95c5b8 100644 --- a/.github/workflows/pre-main.yml +++ b/.github/workflows/pre-main.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.6 + go-version: 1.23.1 - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/README.md b/README.md index 25df950..e16b0b7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa Dependency|Minimum Version ---|--- -[GoLang](https://golang.org/dl/)|1.22 +[GoLang](https://golang.org/dl/)|1.23 [golangci-lint](https://golangci-lint.run/usage/install/)|1.60 ## Modifying the claim schema diff --git a/go.mod b/go.mod index 0f0f892..75ce3f3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/redhat-best-practices-for-k8s/certsuite-claim -go 1.22.6 +go 1.23.1 require ( github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60