fix: bump Go from 1.26.1 to 1.26.2 to resolve stdlib vulnerabilities
PR Tests / Lint, Build & Test (pull_request) Successful in 6m7s
Security Scan / Go Vulnerability Check (pull_request) Successful in 5m33s

This commit is contained in:
2026-04-08 20:09:40 +02:00
parent 653592e68f
commit eb1f4e0738
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
name: Lint, Build & Test
runs-on: ubuntu-latest
container:
image: golang:1.26-alpine
image: golang:1.26.2-alpine
steps:
- name: Install build dependencies