update(ci): update setup-go action

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra
2023-10-17 09:25:16 +00:00
committed by poiana
parent fc35c02015
commit fec8a825cd

View File

@@ -28,7 +28,7 @@ jobs:
submodules: 'true'
- name: Setup Go
uses: actions/setup-go@v3 # TODO needs to be updated
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '>=1.17.0'