Skip to content

Commit c8f9b12

Browse files
committed
chore: add support for Go 1.23
Run `rekres` and change tests for Go 1.23. Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
1 parent 0c2be80 commit c8f9b12

15 files changed

+354
-411
lines changed

.codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2021-05-07T17:06:21Z by kres latest.
3+
# Generated on 2024-08-15T09:51:00Z by kres 7be2a05.
44

55
codecov:
66
require_ci_to_pass: false
@@ -9,7 +9,7 @@ coverage:
99
status:
1010
project:
1111
default:
12-
target: 50%
12+
target: 30%
1313
threshold: 0.5%
1414
base: auto
1515
if_ci_failed: success

.conform.yaml

Lines changed: 44 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,48 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2022-10-31T17:44:33Z by kres 03328da.
3+
# Generated on 2024-08-14T19:08:18Z by kres 7be2a05.
44

5-
---
65
policies:
7-
- type: commit
8-
spec:
9-
dco: true
10-
gpg:
11-
required: true
12-
identity:
13-
gitHubOrganization: siderolabs
14-
spellcheck:
15-
locale: US
16-
maximumOfOneCommit: true
17-
header:
18-
length: 89
19-
imperative: true
20-
case: lower
21-
invalidLastCharacters: .
22-
body:
23-
required: true
24-
conventional:
25-
types: ["chore","docs","perf","refactor","style","test","release"]
26-
scopes: [".*"]
27-
- type: license
28-
spec:
29-
skipPaths:
30-
- .git/
31-
- testdata/
32-
includeSuffixes:
33-
- .go
34-
excludeSuffixes:
35-
- .pb.go
36-
- .pb.gw.go
37-
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"
6+
- type: commit
7+
spec:
8+
dco: true
9+
gpg:
10+
required: true
11+
identity:
12+
gitHubOrganization: siderolabs
13+
spellcheck:
14+
locale: US
15+
maximumOfOneCommit: true
16+
header:
17+
length: 89
18+
imperative: true
19+
case: lower
20+
invalidLastCharacters: .
21+
body:
22+
required: true
23+
conventional:
24+
types:
25+
- chore
26+
- docs
27+
- perf
28+
- refactor
29+
- style
30+
- test
31+
- release
32+
scopes:
33+
- .*
34+
- type: license
35+
spec:
36+
root: .
37+
skipPaths:
38+
- .git/
39+
- testdata/
40+
includeSuffixes:
41+
- .go
42+
excludeSuffixes:
43+
- .pb.go
44+
- .pb.gw.go
45+
header: |
46+
// This Source Code Form is subject to the terms of the Mozilla Public
47+
// License, v. 2.0. If a copy of the MPL was not distributed with this
48+
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

.dockerignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-02-08T22:38:02Z by kres latest.
3+
# Generated on 2024-08-15T08:25:14Z by kres 7be2a05.
44

55
*
66
!debug.go
@@ -9,7 +9,8 @@
99
!debug_on.go
1010
!debug_on_121.go
1111
!debug_on_122.go
12-
!debug_on_test.go
12+
!debug_on_122_test.go
13+
!debug_on_123_test.go
1314
!race_off.go
1415
!race_on.go
1516
!go.mod

.drone.yml

Lines changed: 0 additions & 258 deletions
This file was deleted.

0 commit comments

Comments
 (0)