Skip to content

Commit ce8e394

Browse files
committed
Set Go version for static code checks
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
1 parent 606108f commit ce8e394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_checks_etc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: steps.skip-workflow.outputs.skip-workflow == 'false' && (steps.changes.outputs.go_files == 'true' || steps.changes.outputs.parser_changes == 'true' || steps.changes.outputs.proto_changes == 'true')
9494
uses: actions/setup-go@v3
9595
with:
96-
go-version: 1.18.7
96+
go-version: 1.20.13
9797

9898
- name: Get dependencies
9999
if: steps.skip-workflow.outputs.skip-workflow == 'false'

0 commit comments

Comments
 (0)