Skip to content

Commit f440a45

Browse files
authored
Update Go to v1.23.5 (redhat-best-practices-for-k8s#136)
1 parent 89926f0 commit f440a45

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/merge.yml‎

Lines changed: 1 addition & 1 deletion
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.4
18+
go-version: 1.23.5
1919

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

‎.github/workflows/pre-main.yml‎

Lines changed: 1 addition & 1 deletion
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.4
20+
go-version: 1.23.5
2121

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

‎go.mod‎

Lines changed: 1 addition & 1 deletion
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.4
3+
go 1.23.5
44

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

0 commit comments

Comments
 (0)