build: bump to go version 1.20.5

This commit is contained in:
Trong Huu Nguyen
2023-06-09 13:52:36 +02:00
parent 2925ebe9e4
commit cb1392ec97
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # ratchet:actions/setup-go@v3
with:
go-version: ">=1.20.4"
go-version: ">=1.20.5"
- name: Test Go
run: |
make test