Skip to content

Commit bfe0b16

Browse files
chore(deps): Bump actions/setup-go from 6.0.0 to 6.1.0 (#10)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffbe4f4 commit bfe0b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ runs:
299299
- name: Setup Go
300300
id: setup-go
301301
if: ${{ inputs.setup-go == 'true' }}
302-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
302+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
303303
with:
304304
go-version: ${{ inputs.go-version }}
305305
cache: ${{ inputs.go-cache == 'true' }}

0 commit comments

Comments
 (0)