Skip to content

Commit a47baf3

Browse files
authored
Merge branch 'main' into renovate/go
2 parents 217879d + fc9f851 commit a47baf3

File tree

5 files changed

+32
-25
lines changed

5 files changed

+32
-25
lines changed

.github/workflows/push_binary.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
goos: windows
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: wangyoucao577/go-release-action@v1.48
26+
- uses: wangyoucao577/go-release-action@v1.49
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
goos: ${{ matrix.goos }}

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
echo "version=v$(grep golangci-lint .tool-versions | awk '{print $2}')" >> $GITHUB_OUTPUT
124124
125125
- name: golangci-lint
126-
uses: reviewdog/[email protected].0
126+
uses: reviewdog/[email protected].1
127127
with:
128128
golangci_lint_version: ${{ steps.get-golangci-lint-version.outputs.version }}
129129
level: warning

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
golang 1.22.0
1+
golang 1.22.1
22
golangci-lint 1.56.2

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.5.7](https://github.com/lirlia/prel/compare/v0.5.6...v0.5.7) - 2024-03-11
4+
### Other Changes
5+
- Update wangyoucao577/go-release-action action to v1.49 by @renovate in https://github.com/lirlia/prel/pull/88
6+
- Update dependency @playwright/test to v1.42.1 by @renovate in https://github.com/lirlia/prel/pull/87
7+
- Update reviewdog/action-golangci-lint action to v2.6.1 by @renovate in https://github.com/lirlia/prel/pull/91
8+
- Update dependency golang to v1.22.1 by @renovate in https://github.com/lirlia/prel/pull/90
9+
310
## [v0.5.6](https://github.com/lirlia/prel/compare/v0.5.5...v0.5.6) - 2024-02-18
411
### Other Changes
512
- Update asdf by @renovate in https://github.com/lirlia/prel/pull/79

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)