Skip to content

Commit 48252c9

Browse files
authored
Merge pull request #216 from whisk/actions-workflows-test
updated to github actions/setup-go to v5.6.0
2 parents 8c1b8bc + 046ba46 commit 48252c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Install Go
15-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 #v5.5.0
15+
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff #v5.6.0
1616
with:
1717
go-version: ${{ matrix.go-version }}
1818
- name: Checkout code

0 commit comments

Comments
 (0)