Skip to content

Commit 663e776

Browse files
committed
Update setup-go action to 6.4.0
1 parent 7a741b0 commit 663e776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-go/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Setup Go
8-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
99
with:
1010
cache: false
1111
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)