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 849db23 commit 8375b41Copy full SHA for 8375b41
2 files changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Set up Go
26
uses: actions/setup-go@v6
27
with:
28
- go-version: '1.24'
+ go-version: '1.25'
29
cache: true
30
31
- name: Download dependencies
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
- name: Run golangci-lint
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
84
85
- name: Build
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
32
33
34
35
- name: Get version
0 commit comments