We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b5e14 commit a269ab5Copy full SHA for a269ab5
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
- uses: actions/setup-go@v6
19
with:
20
- go-version: '1.25.3'
+ go-version: '1.25.7'
21
- name: golangci-lint
22
uses: golangci/golangci-lint-action@v8.0.0
23
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
- run: make test
35
build:
36
name: Build binaries
@@ -45,5 +45,5 @@ jobs:
45
46
47
48
49
- run: make build
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
- name: Set up Go
24
uses: actions/setup-go@v6
25
26
- go-version: 1.25.3
+ go-version: 1.25.7
27
28
- name: Run GoReleaser
29
uses: goreleaser/goreleaser-action@v6
0 commit comments