Fix build pipeline

This commit is contained in:
Deluan 2023-02-15 22:27:03 -05:00 committed by Joe Stump
parent abebbfa9d6
commit 9e25cb2b0f
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.20.1
- uses: actions/checkout@v3