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.
2 parents 0907065 + ee578f9 commit cdfd8f2Copy full SHA for cdfd8f2
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/setup-go@v5
17
with:
18
- go-version: "1.24.4"
+ go-version: "1.24.5"
19
- uses: actions/checkout@v4
20
- uses: golangci/golangci-lint-action@v7
21
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v3
53
- uses: actions/setup-go@v3
54
55
56
- name: Test
57
env:
58
CGO_ENABLED: ${{ matrix.CGO_ENABLED }}
.github/workflows/release.yml
- uses: goreleaser/goreleaser-action@v6
distribution: goreleaser
0 commit comments