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 9ffd382 commit 453152eCopy full SHA for 453152e
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: 1.21
+ go-version: 1.23
23
24
- name: Vet
25
run: go vet ./...
@@ -35,6 +35,6 @@ jobs:
35
uses: goreleaser/goreleaser-action@v6
36
37
version: latest
38
- args: release --rm-dist
+ args: release --clean
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/golangci-lint.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v6
- version: v1.54
+ version: v1.61
.golangci.yml
@@ -19,6 +19,7 @@ linters:
- goerr113
- gofumpt
- gomnd
+ - mnd
- lll
- musttag
- nakedret
0 commit comments