build: bump to go version 1.20.2

This commit is contained in:
Trong Huu Nguyen
2023-03-08 14:22:16 +01:00
parent 2116f8d23b
commit c8a887dd01
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.1"
go-version: ">=1.20.2"
- name: Test Go
run: |
make test