Skip to content

Commit

Permalink
chore: add support for Go 1.23
Browse files Browse the repository at this point in the history
Run `rekres` and change tests for Go 1.23.

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
  • Loading branch information
DmitriyMV committed Aug 15, 2024
1 parent 0c2be80 commit c8f9b12
Show file tree
Hide file tree
Showing 15 changed files with 354 additions and 411 deletions.
4 changes: 2 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2021-05-07T17:06:21Z by kres latest.
# Generated on 2024-08-15T09:51:00Z by kres 7be2a05.

codecov:
require_ci_to_pass: false
Expand All @@ -9,7 +9,7 @@ coverage:
status:
project:
default:
target: 50%
target: 30%
threshold: 0.5%
base: auto
if_ci_failed: success
Expand Down
77 changes: 44 additions & 33 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,48 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2022-10-31T17:44:33Z by kres 03328da.
# Generated on 2024-08-14T19:08:18Z by kres 7be2a05.

---
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: license
spec:
skipPaths:
- .git/
- testdata/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
- .pb.gw.go
header: "// This Source Code Form is subject to the terms of the Mozilla Public\u000A// License, v. 2.0. If a copy of the MPL was not distributed with this\u000A// file, You can obtain one at http://mozilla.org/MPL/2.0/.\u000A"
- 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: license
spec:
root: .
skipPaths:
- .git/
- testdata/
includeSuffixes:
- .go
excludeSuffixes:
- .pb.go
- .pb.gw.go
header: |
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 changes: 3 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-02-08T22:38:02Z by kres latest.
# Generated on 2024-08-15T08:25:14Z by kres 7be2a05.

*
!debug.go
Expand All @@ -9,7 +9,8 @@
!debug_on.go
!debug_on_121.go
!debug_on_122.go
!debug_on_test.go
!debug_on_122_test.go
!debug_on_123_test.go
!race_off.go
!race_on.go
!go.mod
Expand Down
258 changes: 0 additions & 258 deletions .drone.yml

This file was deleted.

Loading

0 comments on commit c8f9b12

Please sign in to comment.