Skip to content

Commit 4196348

Browse files
Upgrade actions/setup-go from 3 to 4 (#1512)
1 parent 799317e commit 4196348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: Install Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v4
1818
with:
1919
go-version: ${{ matrix.go-version }}
2020

0 commit comments

Comments
 (0)