Update golang to 1.24.x and dependencies (#349)

This commit is contained in:
Dmitry Kropachev
2025-10-16 14:25:19 -04:00
committed by GitHub
parent 20fef0caf4
commit 96f0b49bdd
5 changed files with 19 additions and 16 deletions

View File

@@ -29,10 +29,10 @@ jobs:
with:
fetch-depth: '0'
- name: Install Go 1.20
- name: Install Go 1.24
uses: actions/setup-go@v6
with:
go-version: "1.20"
go-version: 1.24
- name: Cache Dependencies
uses: actions/cache@v4