We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89272c commit 5325185Copy full SHA for 5325185
‎.github/workflows/ci-cd.yml‎
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-go@v5
24
with:
25
- go-version: "1.21"
+ go-version: "1.24"
26
- name: Install junit report
27
run: go install github.com/jstemmer/go-junit-report/v2@latest
28
- name: Install mockery
@@ -51,7 +51,7 @@ jobs:
51
- name: Set up Go
52
uses: actions/setup-go@v5
53
54
55
- name: Run GoReleaser
56
uses: goreleaser/goreleaser-action@v5
57
0 commit comments