Skip to content

Commit 453152e

Browse files
committed
Bump Go to 1.23
1 parent 9ffd382 commit 453152e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.21
22+
go-version: 1.23
2323

2424
- name: Vet
2525
run: go vet ./...
@@ -35,6 +35,6 @@ jobs:
3535
uses: goreleaser/goreleaser-action@v6
3636
with:
3737
version: latest
38-
args: release --rm-dist
38+
args: release --clean
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
1919
with:
20-
version: v1.54
20+
version: v1.61

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ linters:
1919
- goerr113
2020
- gofumpt
2121
- gomnd
22+
- mnd
2223
- lll
2324
- musttag
2425
- nakedret

0 commit comments

Comments
 (0)