Skip to content

Commit 2474934

Browse files
authored
Merge pull request #2 from hyperscale-stack/dependabot/github_actions/actions/setup-go-4
build(deps): bump actions/setup-go from 2 to 4
2 parents 43ee1dc + 4e3be4a commit 2474934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Set up Go 1.x
17-
uses: actions/setup-go@v2
17+
uses: actions/setup-go@v4
1818
with:
1919
go-version: "1.x"
2020
id: go

0 commit comments

Comments
 (0)