chore(deps): update dependency go to v1.24.5 #15

Merged
jank merged 1 commit from renovate/all-minor-patch into main 2025-07-11 05:14:41 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 2f146b5f0c - Show all commits

chore(deps): update dependency go to v1.24.5
All checks were successful
Go CI / test (pull_request) Successful in 30s
Lint Pull Request / Lint PR Title (pull_request) Successful in 49s
Go CI / lint (pull_request) Successful in 1m0s

Renovate Bot 2025-07-11 03:03:32 +00:00
Signed by: Renovate
GPG key ID: 449076797435FF67

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.2
go-version: 1.24.5
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
@ -24,6 +24,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.2
go-version: 1.24.5
- name: Test
run: go test ./...

View file

@ -15,7 +15,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.24.2
go-version: 1.24.5
- name: Run Pull Request Lint Action
uses: https://git.kjan.de/actions/pull-request-lint@main