Skip to content

Commit 1f1320f

Browse files
chore(deps): bump actions/setup-go from 5 to 6 (#1215)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d05955 commit 1f1320f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
BASE_SHA: ${{ github.event.pull_request.base.sha }}
2727
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
2828
BEFORE_SHA: "${{ github.event.before }}"
29-
- uses: 'actions/setup-go@v5'
29+
- uses: 'actions/setup-go@v6'
3030
with:
3131
go-version: '1.20'
3232
- name: 'Install EditorConfig Lint'

0 commit comments

Comments
 (0)