This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
The following commit(s) were added to refs/heads/main by this push:
new c4dc408 Bump up Go to 1.20 in Docker image (#143)
c4dc408 is described below
commit c4dc408400c64003944874e483f0b4ad2e3ab421
Author: kezhenxu94 <[email protected]>
AuthorDate: Wed Aug 30 11:17:24 2023 +0800
Bump up Go to 1.20 in Docker image (#143)
---
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 3a56d0c..ac3d024 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM golang:1.19 as build
+FROM golang:1.20 as build
ARG VERSION="latest"
ARG TARGETARCH