Updated Go version to 1.22

This commit is contained in:
Sveta Smirnova
2024-05-16 16:39:38 +03:00
parent c047741f09
commit 50b9a285cd

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Build
run: cd src/go; make linux-amd64; cd ../../