Compare commits

..

No commits in common. "5f10d4db1f4b3ccb7b57aa33eba9c3b07139c88a" and "a992d1cfd99449e4ffa507f4f74abae2c97f834c" have entirely different histories.

3 changed files with 4 additions and 4 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.6 go-version: 1.24.2
- 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.6 go-version: 1.24.2
- 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.6 go-version: 1.24.2
- 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

2
go.mod
View file

@ -1,3 +1,3 @@
module git.kjan.de/actions/pull-request-lint module git.kjan.de/actions/pull-request-lint
go 1.24.6 go 1.24.2