Compare commits

..

1 commit

Author SHA1 Message Date
09ed696690
chore(deps): update golangci/golangci-lint-action action to v8
Some checks failed
Lint Pull Request / Lint PR Title (pull_request) Successful in 14s
Go CI / test (pull_request) Successful in 16s
Go CI / lint (pull_request) Failing after 27s
2025-05-04 21:03:26 +00:00
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.5
go-version: 1.24.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
@ -24,6 +24,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.5
go-version: 1.24.2
- 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.5
go-version: 1.24.2
- name: Run Pull Request Lint Action
uses: https://git.kjan.de/actions/pull-request-lint@main