chore: bump Go to 1.26.1 and golangci-lint to 2.11.2 on github actions

This commit is contained in:
Pasha Sviderski
2026-03-10 19:50:05 +10:00
parent 255448a59c
commit 2992bad05d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "1.25.1"
go-version: "1.26.1"
- name: Install dependencies
run: |
+2 -2
View File
@@ -23,12 +23,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: "1.25.1"
go-version: "1.26.1"
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.4.0
version: v2.11.2
- name: Format code
run: |