Skip to content

Commit 3a8a138

Browse files
committed
update ci
1 parent 6945668 commit 3a8a138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
# Prevent duplicate builds on internal PRs.
88
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- uses: actions/setup-go@v5
1212
with:
1313
go-version: '1.24.x'
1414
- name: golangci-lint
1515
uses: golangci/golangci-lint-action@v6
1616
with:
17-
version: v1.63.4
17+
version: v1.64.8
1818
args: --timeout 3m0s --verbose
1919
build:
2020
name: Test with Go ${{ matrix.go-version }}

0 commit comments

Comments
 (0)