Fix github action attempt

This commit is contained in:
Mike Farah 2023-02-11 23:50:47 +11:00
parent d17fd9424e
commit f4e7203a55

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '^1.20'
id: go
- name: Check out code into the Go module directory