Skip to content

Commit 030aa29

Browse files
committed
Update build
* Update Go build testing. * Update goreleaser. * Cleanup golangci-lint config. Signed-off-by: SuperQ <[email protected]>
1 parent cdc3044 commit 030aa29

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ workflows:
3939
matrix:
4040
parameters:
4141
go_version:
42-
- "1.23"
4342
- "1.24"
43+
- "1.25"
4444
filters:
4545
tags:
4646
only: /.*/
4747
- goreleaser/release:
4848
name: test-release
49-
version: '2.8.2'
50-
go-version: '1.24.2'
49+
version: '2.12.6'
50+
go-version: '1.25.3'
5151
dry-run: true
5252
requires:
5353
- build
@@ -56,8 +56,8 @@ workflows:
5656
only: /.*/
5757
- goreleaser/release:
5858
name: release
59-
version: '2.8.2'
60-
go-version: '1.24.2'
59+
version: '2.12.6'
60+
go-version: '1.25.3'
6161
requires:
6262
- build
6363
filters:

.golangci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ linters:
2020
- linters:
2121
- errcheck
2222
path: _test.go
23-
paths:
24-
- third_party$
25-
- builtin$
26-
- examples$
2723
formatters:
2824
exclusions:
2925
generated: lax
30-
paths:
31-
- third_party$
32-
- builtin$
33-
- examples$

0 commit comments

Comments
 (0)