File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 echo "version=$VERSION" >> $GITHUB_OUTPUT
3232
3333 - name : Publish Draft Release
34- uses : release-drafter/release-drafter@v6
34+ uses : release-drafter/release-drafter@v7
3535 with :
3636 version : ${{ steps.version.outputs.version }}
3737 publish : true
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- pull_request :
8- types :
9- - opened
10- - reopened
11- - synchronize
127
138permissions : {}
149
2217
2318 steps :
2419 - name : Run Release Drafter
25- uses : release-drafter/release-drafter@v6
20+ uses : release-drafter/release-drafter@v7
2621 env :
2722 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -163,3 +163,6 @@ linters:
163163
164164 - name : var-naming
165165 disabled : true
166+
167+ - name : package-naming
168+ disabled : true
Original file line number Diff line number Diff line change 11module go.followtheprocess.codes/log
22
3- go 1.25
3+ go 1.26
44
55ignore (
66 ./docs
@@ -13,6 +13,6 @@ require (
1313)
1414
1515require (
16- golang.org/x/sys v0.38 .0 // indirect
17- golang.org/x/term v0.37 .0 // indirect
16+ golang.org/x/sys v0.42 .0 // indirect
17+ golang.org/x/term v0.41 .0 // indirect
1818)
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ go.followtheprocess.codes/test v1.1.0 h1:1v2JyMd3STr7dIXzcHEhct2qvS8/mTtGYbSyhpR
66go.followtheprocess.codes/test v1.1.0 /go.mod h1:BHZi5SZahJw01xcuc7EgrlyzX7zJLXAWy11rOR9geVw =
77go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go =
88go.yaml.in/yaml/v4 v4.0.0-rc.3 /go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0 =
9- golang.org/x/sys v0.38 .0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
10- golang.org/x/sys v0.38 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
11- golang.org/x/term v0.37 .0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU =
12- golang.org/x/term v0.37 .0 /go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254 =
9+ golang.org/x/sys v0.42 .0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
10+ golang.org/x/sys v0.42 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
11+ golang.org/x/term v0.41 .0 h1:QCgPso/Q3RTJx2Th4bDLqML4W6iJiaXFq2/ftQF13YU =
12+ golang.org/x/term v0.41 .0 /go.mod h1:3pfBgksrReYfZ5lvYM0kSO0LIkAl4Yl2bXOkKP7Ec2A =
1313golang.org/x/tools v0.39.0 h1:ik4ho21kwuQln40uelmciQPp9SipgNDdrafrYA4TmQQ =
1414golang.org/x/tools v0.39.0 /go.mod h1:JnefbkDPyD8UU2kI5fuf8ZX4/yUeh9W877ZeBONxUqQ =
You can’t perform that action at this time.
0 commit comments