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 6945668 commit 3a8a138Copy full SHA for 3a8a138
.github/workflows/ci.yml
@@ -7,14 +7,14 @@ jobs:
7
# Prevent duplicate builds on internal PRs.
8
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- uses: actions/setup-go@v5
12
with:
13
go-version: '1.24.x'
14
- name: golangci-lint
15
uses: golangci/golangci-lint-action@v6
16
17
- version: v1.63.4
+ version: v1.64.8
18
args: --timeout 3m0s --verbose
19
build:
20
name: Test with Go ${{ matrix.go-version }}
0 commit comments