support deploying from source (#397)

* support deploying from source

* bump go version
This commit is contained in:
Asim Aslam
2022-03-03 14:20:22 +00:00
committed by GitHub
parent 58db9322ec
commit ec9b7893b1
4 changed files with 274 additions and 160 deletions

View File

@@ -21,10 +21,10 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- name: Set up Go 1.15
- name: Set up Go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17
id: go
- name: Check out code into the Go module directory