We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe9bba commit 8a16618Copy full SHA for 8a16618
.github/workflows/merge.yml
@@ -11,14 +11,13 @@ jobs:
11
name: Run Tests
12
runs-on: ubuntu-24.04
13
steps:
14
+ - name: Check out code into the Go module directory
15
+ uses: actions/checkout@v4
16
17
- name: Set up Go
18
uses: actions/setup-go@v5
19
with:
- go-version: 1.24.0
-
20
- - name: Check out code into the Go module directory
21
- uses: actions/checkout@v4
+ go-version-file: go.mod
22
23
- name: Build and Run Tests
24
run: make generate-golang-schema build tests
go.mod
@@ -1,6 +1,6 @@
1
module github.com/redhat-best-practices-for-k8s/certsuite-claim
2
3
-go 1.24.0
+go 1.24.1
4
5
require (
6
github.com/sebrandon1/generate v0.0.3
0 commit comments