feat(dependencies): upgrade to Go 1.25
All checks were successful
Validate PR Title / validate (pull_request) Successful in 3s
CI / ci (pull_request) Successful in 42s

This commit is contained in:
2026-01-04 12:49:03 +00:00
parent 54ad00ee3b
commit 61fb64d377
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v6.1.0
with:
go-version: "1.23"
go-version: "1.25"
# - name: uv cache
# uses: actions/cache@v5

View File

@@ -1,4 +1,4 @@
FROM golang:1.23-alpine as build
FROM golang:1.25-alpine as build
WORKDIR /go/src/app
COPY . /go/src/app
RUN CGO_ENABLED=0 go build -o /go/bin/app

2
go.mod
View File

@@ -1,3 +1,3 @@
module insultgen
go 1.17
go 1.25