We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7eba8f commit 02ef44fCopy full SHA for 02ef44f
1 file changed
.github/workflows/gopls_update_check.yaml
@@ -38,7 +38,7 @@ jobs:
38
go install golang.org/x/tools/gopls@v${{ needs.compareTag.outputs.latest_tag }}
39
- uses: actions/setup-python@v6
40
with:
41
- python-version: '3.10'
+ python-version: '3.13'
42
- name: Update VERSION
43
run: |
44
echo "VERSION = '${{ needs.compareTag.outputs.latest_tag }}'" > plugin/version.py
0 commit comments