Fixing a couple small errors in the Woodpecker CI build
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
+3
-4
@@ -5,11 +5,10 @@ when:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test-build
|
- name: test-build
|
||||||
image: tinygo/tinygo:latest
|
image: tinygo/tinygo:0.42.0
|
||||||
commands:
|
commands:
|
||||||
# Verify TinyGo compiler version
|
# Fix dubious ownership issues because you can't disable it with tinygo
|
||||||
- tinygo version
|
- git config --global --add safe.directory "$PWD"
|
||||||
|
|
||||||
# Ensure modules are resolved and tidy
|
# Ensure modules are resolved and tidy
|
||||||
- go mod download
|
- go mod download
|
||||||
- go mod verify
|
- go mod verify
|
||||||
|
|||||||
Reference in New Issue
Block a user