File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" : {},
Original file line number Diff line number Diff line change 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
77ENV GOPATH="/var/tmp/go"
Original file line number Diff line number Diff line change 11module gh.tarampamp.am/error-pages
22
3- go 1.23
3+ go 1.24
44
55require (
66 github.com/stretchr/testify v1.10.0
You can’t perform that action at this time.
0 commit comments