Skip to content
/ addrb Public

Commit 867357d

Browse files
committed
Fix formatting, update workflow
1 parent 5dda8c1 commit 867357d

File tree

6 files changed

+432
-438
lines changed

6 files changed

+432
-438
lines changed

.editorconfig

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ root = true
44
end_of_line = lf
55
charset = utf-8
66
trim_trailing_whitespace = true
7-
insert_final_newline = true
87
indent_style = space
98
indent_size = 2
9+
insert_final_newline = true
10+
max_line = 80
11+
12+
[*.{md,markdown}]
13+
trim_trailing_whitespace = false
1014

11-
[Makefile]
15+
[*.go]
1216
indent_style = tab
17+
indent_size = 2
1318

14-
[*.{diff,md}]
15-
trim_trailing_whitespace = false
19+
[{Makefile,Makefile.*}]
20+
indent_style = tab
21+
indent_size = 2
1622

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.18
18+
go-version: 1.24.1
1919

2020
- name: Test
2121
run: |
@@ -25,7 +25,7 @@ jobs:
2525
uses: goreleaser/goreleaser-action@v6
2626
with:
2727
distribution: goreleaser
28-
version: latest
28+
version: '~> v2'
2929
args: release --rm-dist --timeout 80m
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)