Skip to content

Commit 49e3a93

Browse files
committed
chore(deps): update golangci-lint & Go
Signed-off-by: Sven Pfennig <[email protected]>
1 parent 51aec30 commit 49e3a93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2929
with:
30-
go-version: "1.21"
30+
go-version: "1.23"
3131
- run: make test
3232

3333
golangci:
@@ -37,9 +37,9 @@ jobs:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
3939
with:
40-
go-version: "1.21"
40+
go-version: "1.23"
4141
- name: golangci-lint
4242
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
4343
with:
44-
version: v1.57.2
44+
version: v1.63.4
4545
skip-cache: true

0 commit comments

Comments
 (0)