Skip to content

Commit

Permalink
Update Go to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Sep 5, 2024
1 parent 07d2518 commit c454c64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.6
go-version: 1.23.1

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.6
go-version: 1.23.1

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa

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

## Modifying the claim schema
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redhat-best-practices-for-k8s/certsuite-claim

go 1.22.6
go 1.23.1

require (
github.com/a-h/generate v0.0.0-20220105161013-96c14dfdfb60
Expand Down

0 comments on commit c454c64

Please sign in to comment.