1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-07-27 01:51:49 +00:00

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.
This commit is contained in:
Nicholas McDonnell 2022-05-27 18:07:10 -04:00
parent 57b4abe8fd
commit 8f6849857b
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -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: |