From 3fd32eb25f9e23c717d59bbbed47271bb2f3666f Mon Sep 17 00:00:00 2001 From: crystal Date: Tue, 21 Mar 2023 12:29:58 -0600 Subject: [PATCH] golang 1.20 --- .crystalintegration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 85e13f9..95c62a3 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -5,7 +5,7 @@ when: variables: - &ci_verify_image 'sc.cryxtal.org/ci-img/git-curl-jq:latest' - - &golang_image 'golang:1.19' + - &golang_image 'golang:1.20' - &forgejo_test_image 'codeberg.org/forgejo/test_env:1.19' - &nodejs_image 'node:lts' - &bin_dl_image 'sc.cryxtal.org/ci-img/bin-dl:latest'