Merge pull request 'chore(deps): update dependency go to v1.24.5' (#15) from renovate/all-minor-patch into main

Reviewed-on: #15
This commit is contained in:
Jan K9f 2025-07-11 05:14:40 +00:00
commit 41d9dd7604
Signed by:
SSH key fingerprint: SHA256:lXEoR6LJYqfrLFi9ELE9o8JyzF7bLKBUlelXoro5APw
2 changed files with 3 additions and 3 deletions

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