Skip to content

Commit fc55e84

Browse files
committed
Update the version of Go used from 1.18 to 1.19
Go 1.19 was released while this branch was in the wings and it makes sense to bump to the latest Go release.
1 parent 8f68498 commit fc55e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- id: setup-go
3030
uses: actions/setup-go@v3
3131
with:
32-
go-version: "1.18"
32+
go-version: "1.19"
3333
- name: Lookup Go cache directory
3434
id: go-cache
3535
run: |

0 commit comments

Comments
 (0)