Compare commits
6 commits
4e658130bd
...
450deaba6c
Author | SHA1 | Date | |
---|---|---|---|
450deaba6c |
|||
5f10d4db1f |
|||
c37db05f27 |
|||
387939ae90 |
|||
2be3eff534 |
|||
f3f357eaeb |
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.5
|
||||
go-version: 1.24.6
|
||||
- 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.6
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Install go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.24.5
|
||||
go-version: 1.24.6
|
||||
|
||||
- name: Run Pull Request Lint Action
|
||||
uses: https://git.kjan.de/actions/pull-request-lint@main
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module git.kjan.de/actions/pull-request-lint
|
||||
|
||||
go 1.24.2
|
||||
go 1.24.6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue