build(deps): bump golang from 1.23 to 1.24 (#331)

This commit is contained in:
dependabot[bot]
2025-03-04 12:15:12 +04:00
committed by GitHub
parent 7bd8c3e157
commit 30d72d1ceb
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json",
"name": "default",
"image": "golang:1.23-bookworm",
"image": "golang:1.24-bookworm",
"features": {
"ghcr.io/guiyomh/features/golangci-lint:0": {},
"ghcr.io/devcontainers/features/github-cli:1": {},

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# -✂- this stage is used to develop and build the application locally -------------------------------------------------
FROM docker.io/library/golang:1.23-bookworm AS develop
FROM docker.io/library/golang:1.24-bookworm AS develop
# use the /var/tmp/go as the GOPATH to reuse the modules cache
ENV GOPATH="/var/tmp/go"

2
go.mod
View File

@ -1,6 +1,6 @@
module gh.tarampamp.am/error-pages
go 1.23
go 1.24
require (
github.com/stretchr/testify v1.10.0