Compare commits

..

1 Commits

Author SHA1 Message Date
adc4f5ef5d Change image for testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-01-13 18:49:53 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
test:
image: golang:alpine
image: golang:latest
commands:
- go build main.go
- go test -v ./...

View File

@ -1,4 +1,4 @@
package ezshare
// TODO: Maybe put this somewhere more sensible
const Version = "v0.1.13"
const Version = "v0.1.14"