Change image for testing
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-13 18:49:53 +01:00
parent 1c4baab3af
commit 2d3154f848
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"