From 2e7ac4ecfd063db308fd33251aab2f43911eec42 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Mon, 4 Dec 2023 21:27:31 +0100 Subject: [PATCH] Update and simplify build manifest Alpine 3.14 uses Go 1.16, but go.mod says 1.17. Also, no external repository should be required for core-go. --- .builds/alpine.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index fe6422b..3e1e1b2 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -1,9 +1,4 @@ -image: alpine/3.14 -repositories: - sr.ht: > - https://mirror.sr.ht/alpine/v3.14/sr.ht/ - https://mirror.sr.ht/alpine/alpine%40sr.ht.rsa.pub - alpine@sr.ht.rsa.pub +image: alpine/3.17 packages: - go sources: