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
|
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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user