File tree Expand file tree Collapse file tree 6 files changed +432
-438
lines changed
Expand file tree Collapse file tree 6 files changed +432
-438
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,19 @@ root = true
44end_of_line = lf
55charset = utf-8
66trim_trailing_whitespace = true
7- insert_final_newline = true
87indent_style = space
98indent_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 ]
1216indent_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
Original file line number Diff line number Diff line change 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 : |
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 }}
You can’t perform that action at this time.
0 commit comments