Skip to content

Commit 30d72d1

Browse files
build(deps): bump golang from 1.23 to 1.24 (#331)
1 parent 7bd8c3e commit 30d72d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json",
33
"name": "default",
4-
"image": "golang:1.23-bookworm",
4+
"image": "golang:1.24-bookworm",
55
"features": {
66
"ghcr.io/guiyomh/features/golangci-lint:0": {},
77
"ghcr.io/devcontainers/features/github-cli:1": {},

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# -✂- this stage is used to develop and build the application locally -------------------------------------------------
4-
FROM docker.io/library/golang:1.23-bookworm AS develop
4+
FROM docker.io/library/golang:1.24-bookworm AS develop
55

66
# use the /var/tmp/go as the GOPATH to reuse the modules cache
77
ENV GOPATH="/var/tmp/go"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gh.tarampamp.am/error-pages
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)