mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-08 02:37:04 +00:00
Compare commits
6 commits
29dd8e7e00
...
023038662a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
023038662a | ||
|
|
e04c7c76d7 | ||
|
|
a54d44673d | ||
|
|
b2a1754432 | ||
|
|
871f69acbe | ||
|
|
34ca528570 |
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
go-version-file: go.mod
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
|
||||
uses: golangci/golangci-lint-action@e0ebdd245eea59746bb0b28ea6a9871d3e35fbc9 # v6
|
||||
with:
|
||||
version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
version: v1.64.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
args: --timeout 5m
|
||||
|
||||
test:
|
||||
|
|
|
|||
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.24.0
|
||||
|
||||
require (
|
||||
github.com/blang/semver/v4 v4.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue