Bump Go to 1.26.0 and golangci-lint to v2.9.0

Drop GOEXPERIMENT=greenteagc flag as the green tea GC is now the default in Go 1.26.
This commit is contained in:
2026-02-11 22:07:52 +04:00
parent c1584eb47b
commit 7cb49195f8
7 changed files with 17 additions and 17 deletions

View File

@@ -16,8 +16,8 @@ jobs:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.25.7
go-version: 1.26.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.8.0
version: v2.9.0