Compare commits
2 Commits
9235df7ec2
...
e942f0c631
Author | SHA1 | Date | |
---|---|---|---|
e942f0c631 | |||
03bdf43691 |
@ -22,7 +22,7 @@ steps:
|
|||||||
- name: golangci lint
|
- name: golangci lint
|
||||||
commands:
|
commands:
|
||||||
- golangci-lint run
|
- golangci-lint run
|
||||||
image: docker.io/golangci/golangci-lint:v1.64.5-alpine
|
image: docker.io/golangci/golangci-lint:v1.64.8-alpine
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500
|
cpu: 500
|
||||||
|
2
go.mod
2
go.mod
@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/dyndns-client
|
|||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
github.com/asaskevich/govalidator/v11 v11.0.1
|
||||||
github.com/sirupsen/logrus v1.9.3
|
github.com/sirupsen/logrus v1.9.3
|
||||||
github.com/vishvananda/netlink v1.3.0
|
github.com/vishvananda/netlink v1.3.0
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user