changing workflow

This commit is contained in:
2019-09-18 00:47:08 +02:00
parent 1025a58513
commit 5c0b0f7b60
2 changed files with 10 additions and 1 deletions

View File

@@ -10,3 +10,10 @@ jobs:
steps:
- name: Setup Go for use with actions
uses: actions/setup-go@v1.0.0
with:
go-version: '1.13' # The Go version to download (if necessary) and use.
- name: Building
run: go build .
- name: Testing
run: go test ./...

2
go.mod
View File

@@ -1 +1,3 @@
module hamster-tycoon
go 1.13