ci: always use latest go version

This commit is contained in:
Trong Huu Nguyen
2023-07-12 15:20:58 +02:00
parent e0dc035cef
commit 1843594c31

View File

@@ -12,7 +12,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # ratchet:actions/setup-go@v4
with:
go-version: ">=1.20.5"
go-version: "1.20"
check-latest: true
- name: Test Go
run: |
make test