CI: Go package was moved to extra
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
75a16c51cb
commit
7a898fa540
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
curl -sSf https://archlinux.org/packages/community/x86_64/go/json/ |
|
||||
curl -sSf https://archlinux.org/packages/extra/x86_64/go/json/ |
|
||||
jq -r '"# " + .pkgname + " v" + .pkgver + "-" + .pkgrel' >tools.txt.new
|
||||
|
||||
curl -sSfL "https://raw.githubusercontent.com/fatih/vim-go/master/plugin/go.vim" |
|
||||
|
|
Loading…
Reference in a new issue