Skip to content

Commit 8851798

Browse files
Update actions/setup-go action to v4
1 parent 744205a commit 8851798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-pr-lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Install Go
9-
uses: actions/setup-go@v3
9+
uses: actions/setup-go@v4
1010
with:
1111
go-version: '1.20'
1212
- name: Checkout code

0 commit comments

Comments
 (0)