Skip to content

Commit 9729043

Browse files
authored
Update Go to v1.23.1 (#129)
1 parent 07d2518 commit 9729043

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.22.6
18+
go-version: 1.23.1
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.22.6
20+
go-version: 1.23.1
2121

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa
3232

3333
Dependency|Minimum Version
3434
---|---
35-
[GoLang](https://golang.org/dl/)|1.22
35+
[GoLang](https://golang.org/dl/)|1.23
3636
[golangci-lint](https://golangci-lint.run/usage/install/)|1.60
3737

3838
## Modifying the claim schema

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.22.6
3+
go 1.23.1
44

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

0 commit comments

Comments
 (0)