Updating Golang and connect sdk versions

This commit is contained in:
jillianwilson
2023-06-14 16:02:06 -03:00
parent 50862a8321
commit e4b945ed56
8 changed files with 46 additions and 47 deletions

View File

@@ -9,7 +9,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19
go-version: ^1.20
- name: Check out code into the Go module directory
uses: actions/checkout@v3