chore: build for go 1.19

Closes https://github.com/mr-karan/doggo/issues/62
This commit is contained in:
Karan Sharma 2023-01-03 17:15:38 +05:30
parent 88c63d6b41
commit 8492ccdc61
3 changed files with 236 additions and 223 deletions

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.19
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with: