Skip to content

Commit b58a04d

Browse files
dependabot[bot]m-d-key
authored andcommitted
build(deps): bump actions/setup-go in the github-actions group
Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.4.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3f2625 commit b58a04d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.4.0
28+
uses: actions/setup-go@v5.5.0
2929
with:
3030
go-version: ${{ matrix.go_version }}
3131

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

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

.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.4.0
24+
uses: actions/setup-go@v5.5.0
2525
with:
2626
go-version: ${{ matrix.go_version }}
2727

0 commit comments

Comments
 (0)