We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9d57d commit 1b406b5Copy full SHA for 1b406b5
.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.22.5
+ go-version: 1.22.6
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.22.5
+go 1.22.6
4
5
require (
6
github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60
0 commit comments