We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9729043 commit 2c16d25Copy full SHA for 2c16d25
.github/workflows/merge.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: 1.23.1
+ go-version: 1.23.2
19
20
- name: Check out code into the Go module directory
21
uses: actions/checkout@v4
.github/workflows/pre-main.yml
@@ -17,7 +17,7 @@ jobs:
22
23
go.mod
@@ -1,6 +1,6 @@
1
module github.com/redhat-best-practices-for-k8s/certsuite-claim
2
3
-go 1.23.1
+go 1.23.2
4
5
require (
6
github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60
0 commit comments