Compare commits

...

2 commits

Author SHA1 Message Date
c37db05f27
Merge pull request 'chore(deps): update dependency go to v1.24.6' (#16) from renovate/all-minor-patch into main
All checks were successful
Lint Pull Request / Lint PR Title (pull_request) Has been skipped
Go CI / test (pull_request) Successful in 12s
Go CI / lint (pull_request) Successful in 38s
Reviewed-on: #16
2025-08-07 05:17:47 +00:00
f3f357eaeb
chore(deps): update dependency go to v1.24.6
All checks were successful
Go CI / test (pull_request) Successful in 12s
Lint Pull Request / Lint PR Title (pull_request) Successful in 23s
Go CI / lint (pull_request) Successful in 35s
2025-08-07 01:07:12 +00:00
2 changed files with 3 additions and 3 deletions

View file

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

View file

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