ci: drop go-1.19 label, Nix provides correct Go
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a596bcb11d
commit
124dd73928
|
@ -1,7 +1,7 @@
|
|||
library 'status-jenkins-lib@v1.7.0'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos && aarch64 && go-1.19 && nix-2.11' }
|
||||
agent { label 'macos && aarch64 && nix-2.11' }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
|
Loading…
Reference in New Issue