Skip to content

Commit 1457362

Browse files
committed
Use go 1.20
1 parent 752a3fd commit 1457362

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.jenkins/Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ pipeline {
3636
env.BUILDX_PUSH_TAGS_ACMESH_GOLANG = "-t docker.io/jc21/${IMAGE}:acmesh-golang"
3737
env.BUILDX_PUSH_TAGS_CERTBOT_NODE = "-t docker.io/jc21/${IMAGE}:certbot-node"
3838
}
39-
sh 'env'
4039
}
4140
}
4241
stage('Other') {

docker/Dockerfile.acmesh-golang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19.6 as go
1+
FROM golang:1.20 as go
22
FROM jc21/nginx-full:${ACMESH_BASE_TAG:-acmesh}
33
LABEL maintainer="Jamie Curnow <[email protected]>"
44

0 commit comments

Comments
 (0)