Skip to content

Commit 35338ba

Browse files
Bump actions/setup-go from 6 to 7 in the github-actions-updates group
Bumps the github-actions-updates group with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 96d4fe8 commit 35338ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
uses: actions/checkout@v7
143143
with:
144144
token: ${{ secrets.GITHUB_TOKEN }}
145-
- uses: actions/setup-go@v6
145+
- uses: actions/setup-go@v7
146146
with:
147147
go-version: stable
148148
cache: false

0 commit comments

Comments
 (0)