Skip to content

Commit

Permalink
.zuul, playbooks/shellcheck: Use Go 1.13
Browse files Browse the repository at this point in the history
Toolbox requires Go 1.13, while Fedora 30 only has Go 1.12.17.
Therefore the test environment needs to be upgraded to something more
recent.

Otherwise, the test fails with:
  note: module requires Go 1.13

The name of the go-md2man package changed in Fedora 31, and hence had
to be updated.

#442
  • Loading branch information
HarryMichal authored and debarshiray committed May 14, 2020
1 parent c95aacc commit 493bc1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
timeout: 300
nodeset:
nodes:
- name: ci-node-30
label: cloud-fedora-30-small
- name: ci-node-32
label: cloud-fedora-32-small
run: playbooks/shellcheck.yaml

- job:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package:
name:
- golang
- golang-github-cpuguy83-go-md2man
- golang-github-cpuguy83-md2man
- ninja-build
- meson
- ShellCheck
Expand Down

0 comments on commit 493bc1f

Please sign in to comment.