fix: bump Go from 1.26.1 to 1.26.2 to resolve stdlib vulnerabilities
All checks were successful
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

View File

@@ -11,7 +11,7 @@ jobs:
name: Lint, Build & Test name: Lint, Build & Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: golang:1.26-alpine image: golang:1.26.2-alpine
steps: steps:
- name: Install build dependencies - name: Install build dependencies

View File

@@ -11,7 +11,7 @@ jobs:
name: Go Vulnerability Check name: Go Vulnerability Check
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: golang:1.26-alpine image: golang:1.26.2-alpine
steps: steps:
- name: Install dependencies - name: Install dependencies

View File

@@ -2,7 +2,7 @@
# Multi-stage build for minimal image size # Multi-stage build for minimal image size
# Stage 1: Build # Stage 1: Build
FROM golang:1.26-alpine AS builder FROM golang:1.26.2-alpine AS builder
RUN apk add --no-cache gcc musl-dev sqlite-dev RUN apk add --no-cache gcc musl-dev sqlite-dev

2
go.mod
View File

@@ -1,6 +1,6 @@
module git.techniverse.net/scriptos/keywarden module git.techniverse.net/scriptos/keywarden
go 1.26.1 go 1.26.2
require ( require (
github.com/cloudflare/circl v1.6.3 github.com/cloudflare/circl v1.6.3