File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ steps:
12
12
image : docker.io/mstruebing/editorconfig-checker
13
13
14
14
- name : lint-golang
15
- image : docker.io/golang:1.22
15
+ image : docker.io/golang:1.23
16
16
commands :
17
17
- make lint
18
18
volumes :
19
19
- name : godeps
20
20
path : /go
21
21
22
22
- name : test
23
- image : docker.io/golang:1.22
23
+ image : docker.io/golang:1.23
24
24
commands :
25
25
- make test
26
26
volumes :
54
54
- make release
55
55
56
56
- name : executable
57
- image : docker.io/golang:1.22
57
+ image : docker.io/golang:1.23
58
58
commands :
59
59
- $(find dist/ -executable -type f -iname ${DRONE_REPO_NAME}-linux-amd64) --help
60
60
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM docker.io/golang:1.22 @sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build
1
+ FROM --platform=$BUILDPLATFORM docker.io/golang:1.23 @sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as build
2
2
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
You can’t perform that action at this time.
0 commit comments