chore: bump Go 1.24.4 → 1.26.3, Alpine 3.21 → 3.23
CI / test (pull_request) Successful in 2m57s
CI / lint (pull_request) Successful in 1m11s
CI / vulncheck (pull_request) Failing after 1m1s

Go 1.24 EOL since Feb 2026. Fixes 33 stdlib vulns found by
govulncheck (database/sql, os/exec, net/http). Gets Green Tea GC.
This commit is contained in:
2026-05-26 20:12:43 -04:00
parent 7d4ef1f594
commit 2cd3dcddb4
5 changed files with 10 additions and 9 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ on:
pull_request:
env:
GO_VERSION: "1.24"
GO_VERSION: "1.26"
jobs:
test:
@@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.26"
- uses: actions/cache@v4
with:
@@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.26"
- uses: golangci/golangci-lint-action@v7
with:
@@ -64,7 +64,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.24"
go-version: "1.26"
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest