Skip to content

Commit c270a07

Browse files
committed
Update go action
1 parent eacc6ca commit c270a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
name: '${{ needs.build.outputs.signed-plugin-name }}'
103103

104104
- name: Setup Go environment
105-
uses: actions/setup-go@v3
105+
uses: actions/setup-go@v5
106106
with:
107-
go-version: '1.19'
107+
go-version: '1.21'
108108

109109
- name: Install validator
110110
run: |

0 commit comments

Comments
 (0)