ci: update go-version
All checks were successful
Format and Lint / format-check (push) Successful in 14m42s

This commit is contained in:
Максим Слипенко 2024-12-16 21:39:59 +03:00
parent 5466ff1347
commit 1a7d9ea797

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: '1.23.3'
- name: Run Format Check
run: |