Skip to content

Commit 3253210

Browse files
chore: update go toolchain to 1.25.10
Closes #205
1 parent 42160c7 commit 3253210

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.25"
23+
go-version: "1.25.10"
2424

2525
- name: Run unit tests
2626
run: go test ./...
@@ -33,9 +33,9 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@v5
36+
uses: actions/setup-go@v6
3737
with:
38-
go-version: "1.25"
38+
go-version: "1.25.10"
3939

4040
- name: Run e2e tests
4141
run: go test -tags e2e ./internal/server/...

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v5
21+
uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.25"
23+
go-version: "1.25.10"
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v6

docker/cloud/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.25.10-alpine AS builder
22

33
ARG TARGETOS
44
ARG TARGETARCH

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Gentleman-Programming/engram
22

3-
go 1.25.0
3+
go 1.25.10
44

55
require (
66
github.com/a-h/templ v0.3.1001

0 commit comments

Comments
 (0)