Skip to content

Commit

Permalink
chore: rekres, update dependencies
Browse files Browse the repository at this point in the history
Bring up to current Go standards.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed May 8, 2024
1 parent 2decdd1 commit 62b29be
Show file tree
Hide file tree
Showing 17 changed files with 396 additions and 500 deletions.
51 changes: 29 additions & 22 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2022-06-06T17:35:55Z by kres 65530e7.
# Generated on 2024-05-08T10:57:16Z by kres d15226e.

---
policies:
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
conventional:
types: ["chore","docs","perf","refactor","style","test","release"]
scopes: [".*"]
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
conventional:
types:
- chore
- docs
- perf
- refactor
- style
- test
- release
scopes:
- .*
4 changes: 2 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-03-25T21:15:43Z by kres 424ae88-dirty.
# Generated on 2024-05-08T10:44:06Z by kres d15226e-dirty.

**
*
!proxy
!testservice
!go.mod
Expand Down
254 changes: 0 additions & 254 deletions .drone.yml

This file was deleted.

Loading

0 comments on commit 62b29be

Please sign in to comment.