Skip to content

Commit 3ccea87

Browse files
authored
Update Go to v1.23.6 (#137)
1 parent f440a45 commit 3ccea87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.23.5
18+
go-version: 1.23.6
1919

2020
- name: Check out code into the Go module directory
2121
uses: actions/checkout@v4

.github/workflows/pre-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.23.5
20+
go-version: 1.23.6
2121

2222
- name: Check out code into the Go module directory
2323
uses: actions/checkout@v4

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-best-practices-for-k8s/certsuite-claim
22

3-
go 1.23.5
3+
go 1.23.6
44

55
require (
66
github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60

0 commit comments

Comments
 (0)