Skip to content

Commit a5ebc37

Browse files
authored
Merge pull request #43 from cantabular/go-1.25.2
Update to Go 1.25.2
2 parents a8ff80e + a0fb0fb commit a5ebc37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.1-alpine
1+
FROM golang:1.25.2-alpine
22

33
ENV CGO_ENABLED=0
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/sensiblecodeio/https-redirect
22

3-
go 1.23.1
3+
go 1.25.2

0 commit comments

Comments
 (0)