1 parent 5a14757 commit fd2e03cCopy full SHA for fd2e03c
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
BASE_SHA: ${{ github.event.pull_request.base.sha }}
27
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
28
BEFORE_SHA: "${{ github.event.before }}"
29
- - uses: 'actions/setup-go@v6'
+ - uses: 'actions/setup-go@v7'
30
with:
31
go-version: '1.20'
32
- name: 'Install EditorConfig Lint'
0 commit comments