diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index ef66eb2..be0c5a6 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.23.1 + go-version: 1.23.2 - 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 a95c5b8..415f7ca 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.23.1 + go-version: 1.23.2 - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 75ce3f3..ac7e9ae 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/redhat-best-practices-for-k8s/certsuite-claim -go 1.23.1 +go 1.23.2 require ( github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60