feat(dependencies): upgrade to Go 1.25 (#4)
All checks were successful
Snyk / security (push) Successful in 14s

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2026-01-04 12:51:19 +00:00
parent 54ad00ee3b
commit 784e3fd40c
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v6.1.0 uses: actions/setup-go@v6.1.0
with: with:
go-version: "1.23" go-version: "1.25"
# - name: uv cache # - name: uv cache
# uses: actions/cache@v5 # 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 WORKDIR /go/src/app
COPY . /go/src/app COPY . /go/src/app
RUN CGO_ENABLED=0 go build -o /go/bin/app RUN CGO_ENABLED=0 go build -o /go/bin/app

2
go.mod
View File

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