Fix build pipeline

This commit is contained in:
Deluan 2023-02-15 22:27:03 -05:00
parent ad9ce98cc2
commit c4a68c8a0a
1 changed files with 1 additions and 1 deletions

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