build: bump to go version 1.20.4

This commit is contained in:
Trong Huu Nguyen
2023-05-04 14:32:26 +02:00
parent 6151aa3279
commit b806ecc787

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # ratchet:actions/setup-go@v3
with:
go-version: ">=1.20.3"
go-version: ">=1.20.4"
- name: Test Go
run: |
make test