fix: bump Go from 1.26.1 to 1.26.2 to resolve stdlib vulnerabilities
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
name: Go Vulnerability Check
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: golang:1.26-alpine
|
||||
image: golang:1.26.2-alpine
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Multi-stage build for minimal image size
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user