Change image for testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1c4baab3af
commit
adc4f5ef5d
@ -1,6 +1,6 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: golang:alpine
|
image: golang:latest
|
||||||
commands:
|
commands:
|
||||||
- go build main.go
|
- go build main.go
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package ezshare
|
package ezshare
|
||||||
|
|
||||||
// TODO: Maybe put this somewhere more sensible
|
// TODO: Maybe put this somewhere more sensible
|
||||||
const Version = "v0.1.13"
|
const Version = "v0.1.14"
|
||||||
|
Loading…
Reference in New Issue
Block a user