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 1
1
# Build stage
2
- FROM docker.io/library/golang:1.20 -alpine3.18 AS build-env
2
+ FROM docker.io/library/golang:1.21 -alpine3.18 AS build-env
3
3
4
4
ARG GOPROXY
5
5
ENV GOPROXY ${GOPROXY:-direct}
Original file line number Diff line number Diff line change 1
1
#Build stage
2
- FROM docker.io/library/golang:1.20 -alpine3.18 AS build-env
2
+ FROM docker.io/library/golang:1.21 -alpine3.18 AS build-env
3
3
4
4
ARG GOPROXY
5
5
ENV GOPROXY ${GOPROXY:-direct}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SHASUM ?= shasum -a 256
23
23
HAS_GO := $(shell hash $(GO ) > /dev/null 2>&1 && echo yes)
24
24
COMMA := ,
25
25
26
- XGO_VERSION := go-1.20 .x
26
+ XGO_VERSION := go-1.21 .x
27
27
28
28
AIR_PACKAGE ?= github.com/cosmtrek/
[email protected]
29
29
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/
[email protected]
You can’t perform that action at this time.
0 commit comments