Skip to content

Commit 2e0af34

Browse files
dependabot[bot]m-d-key
authored andcommitted
build(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/setup-go` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.3.0...v5.4.0) Updates `golangci/golangci-lint-action` from 6.5.1 to 6.5.2 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.5.1...v6.5.2) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fbd52f commit 2e0af34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 10
2626

2727
- name: Set up Go ${{ matrix.go_version }}
28-
uses: actions/setup-go@v5.3.0
28+
uses: actions/setup-go@v5.4.0
2929
with:
3030
go-version: ${{ matrix.go_version }}
3131

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Set up Go stable
20-
uses: actions/setup-go@v5.3.0
20+
uses: actions/setup-go@v5.4.0
2121
with:
2222
go-version: stable
2323

2424
- name: Lint with golangci-lint
25-
uses: golangci/[email protected].1
25+
uses: golangci/[email protected].2

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Set up Go ${{ matrix.go_version }}
24-
uses: actions/setup-go@v5.3.0
24+
uses: actions/setup-go@v5.4.0
2525
with:
2626
go-version: ${{ matrix.go_version }}
2727

0 commit comments

Comments
 (0)