chore: upgrade Go version to 1.22 (#425)

This commit is contained in:
Suleiman Dibirov
2024-07-11 00:25:37 +03:00
committed by GitHub
parent b5daf2cef7
commit 561793c356
3 changed files with 9 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.22'
- id: go-cache-paths
run: |
echo "::set-output name=go-build::$(go env GOCACHE)"