Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.24.6
go-version: 1.24.7
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.24.6
go-version: 1.24.7
code_coverage:
name: Code coverage report
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.24.6
go-version: 1.24.7
- name: Run tests and generate coverage report
run: make build/cover.out
- name: Archive code coverage results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.24.6
go-version: 1.24.7
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
Loading