update go version (#308)

This commit is contained in:
Diogo Ferrão 2024-03-25 10:30:16 +00:00 committed by GitHub
parent c2389be47b
commit 7223a5244c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: CI Workflow
on: [pull_request, workflow_dispatch]
env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"
jobs:
main: