Update the version of Go used from 1.16 to 1.18

Go 1.16 is no longer supported as of the release of 1.18 so it makes
sense to update to the latest version available.
pull/529/head^2
Nicholas McDonnell 2 years ago
parent 57b4abe8fd
commit 8f6849857b
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.16"
go-version: "1.18"
- name: Lookup Go cache directory
id: go-cache
run: |

Loading…
Cancel
Save