Skip to content

Commit 0aa5aa2

Browse files
Update actions/setup-go action to v4.3.0
1 parent b85b65c commit 0aa5aa2

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Install Go
18-
uses: actions/setup-go@v4.0.1
18+
uses: actions/setup-go@v4.3.0
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121
- name: Checkout repository

0 commit comments

Comments
 (0)