mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-09 03:07:02 +00:00
Compare commits
2 commits
97963c0008
...
63b70cd367
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63b70cd367 | ||
|
|
ab26bf2057 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
go-version-file: go.mod
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@e60da84bfae8c7920a47be973d75e15710aa8bd7 # v6
|
||||
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6
|
||||
with:
|
||||
version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
args: --timeout 5m
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -2,7 +2,7 @@ module github.com/apricote/releaser-pleaser
|
|||
|
||||
go 1.23.2
|
||||
|
||||
toolchain go1.23.6
|
||||
toolchain go1.23.5
|
||||
|
||||
require (
|
||||
github.com/blang/semver/v4 v4.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue