fix: Update to Go 1.19 for releases (#3814)

This commit is contained in:
Kyle Carberry 2022-09-01 15:10:53 -05:00 committed by GitHub
parent 30f8fd9b95
commit cde036c1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.18"
go-version: "~1.19"
- name: Cache Node
id: cache-node
@ -165,7 +165,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "~1.18"
go-version: "~1.19"
- name: Import Signing Certificates
uses: Apple-Actions/import-codesign-certs@v1