Skip to content

Commit cde036c

Browse files
authored
fix: Update to Go 1.19 for releases (#3814)
1 parent 30f8fd9 commit cde036c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- uses: actions/setup-go@v3
5454
with:
55-
go-version: "~1.18"
55+
go-version: "~1.19"
5656

5757
- name: Cache Node
5858
id: cache-node
@@ -165,7 +165,7 @@ jobs:
165165

166166
- uses: actions/setup-go@v3
167167
with:
168-
go-version: "~1.18"
168+
go-version: "~1.19"
169169

170170
- name: Import Signing Certificates
171171
uses: Apple-Actions/import-codesign-certs@v1

0 commit comments

Comments
 (0)