Compare commits
3 commits
09ed696690
...
4e658130bd
Author | SHA1 | Date | |
---|---|---|---|
4e658130bd |
|||
41d9dd7604 |
|||
2f146b5f0c |
2 changed files with 4 additions and 4 deletions
|
@ -11,9 +11,9 @@ 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
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: v2.0
|
||||
|
||||
|
@ -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 ./...
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue