feat: upgrades actions checkout v4 -> v5 and go-setup v5 -> v6

This PR updates all GitHub workflows to use the latest major versions of key Go-related actions:

* **actions/checkout:** upgraded from `v4` → **`v5`**
* **actions/setup-go:** upgraded from `v5` → **`v6`**
This commit is contained in:
niksis02
2025-12-03 12:29:39 +04:00
parent 6b3a281673
commit ce9693e554
10 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: 'stable'
id: go