chore: update go version to 1.25
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled

This commit is contained in:
Gareth
2026-01-26 22:13:56 -08:00
parent 121ef8288c
commit edfefc0a8b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.24"
go-version: "1.25"
- name: Setup NodeJS
uses: actions/setup-node@v4
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /src
COPY . .
RUN go build -o /docker-entrypoint -ldflags "-s -w" ./cmd/docker-entrypoint
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /src
COPY . .
RUN go build -o /docker-entrypoint -ldflags "-s -w" ./cmd/docker-entrypoint