Skip to content

Commit 8a16618

Browse files
authored
Update Go to v1.24.1 (#140)
1 parent efe9bba commit 8a16618

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/merge.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ jobs:
1111
name: Run Tests
1212
runs-on: ubuntu-24.04
1313
steps:
14+
- name: Check out code into the Go module directory
15+
uses: actions/checkout@v4
1416

1517
- name: Set up Go
1618
uses: actions/setup-go@v5
1719
with:
18-
go-version: 1.24.0
19-
20-
- name: Check out code into the Go module directory
21-
uses: actions/checkout@v4
20+
go-version-file: go.mod
2221

2322
- name: Build and Run Tests
2423
run: make generate-golang-schema build tests

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.24.0
3+
go 1.24.1
44

55
require (
66
github.com/sebrandon1/generate v0.0.3

0 commit comments

Comments
 (0)