Skip to content

Commit 888026e

Browse files
Bump actions/setup-go (#142)
Bumps the github-actions group with 1 update in the /.github/actions/setup directory: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6)
1 parent 5663be1 commit 888026e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Common tasks for preparing the environment
55
runs:
66
using: "composite"
77
steps:
8-
- uses: actions/setup-go@v5
8+
- uses: actions/setup-go@v6
99
if: runner.os != 'Windows'
1010
with:
1111
go-version-file: go.mod

0 commit comments

Comments
 (0)