build: bump to go version 1.20.1

This commit is contained in:
Trong Huu Nguyen
2023-02-14 21:08:27 +01:00
parent 411201b3de
commit c3532d2e60
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ">=1.20.0"
go-version: ">=1.20.1"
- name: Test Go
run: |
make test