chore(go): update to 1.22

This commit is contained in:
Julien Neuhart
2024-03-15 16:23:27 +01:00
parent 5ad90ccdb8
commit a780373cfc
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
cache: false
- name: Checkout source code
uses: actions/checkout@v4