Skip to content

Commit e717eec

Browse files
committed
chore: workflow + .editorconfig
1 parent 4ff6225 commit e717eec

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
max_line_length = 100
13+
trim_trailing_whitespace = false

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ permissions:
1010
pull-requests: read
1111

1212
env:
13-
GO_VERSION: stable
14-
GOLANGCI_LINT_VERSION: v2.1.6
13+
GO_VERSION: 1.26.4
14+
GOLANGCI_LINT_VERSION: v2.12.2
1515

1616
jobs:
1717
detect-modules:

0 commit comments

Comments
 (0)