From: Simon Ruderich Date: Fri, 24 Mar 2023 07:53:39 +0000 (+0100) Subject: build.sr.ht: fix CI on current Fedora X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=commitdiff_plain;h=38c331adeb562e1c4a6b7b1d1ce7175772136201 build.sr.ht: fix CI on current Fedora --- diff --git a/.builds/fedora.yml b/.builds/fedora.yml index c760f58..e4c0762 100644 --- a/.builds/fedora.yml +++ b/.builds/fedora.yml @@ -7,6 +7,6 @@ packages: tasks: - all: | cd nsscash - go install golang.org/x/tools/cmd/stringer + go install golang.org/x/tools/cmd/stringer@latest export PATH=$HOME/go/bin:$PATH ./ci/run