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.
pull/529/head^2
Nicholas McDonnell 1 year ago
parent 8f6849857b
commit fc55e84feb
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 2
      .github/workflows/build.yml

@ -29,7 +29,7 @@ jobs:
- id: setup-go
uses: actions/setup-go@v3
with:
go-version: "1.18"
go-version: "1.19"
- name: Lookup Go cache directory
id: go-cache
run: |

Loading…
Cancel
Save