Skip to content

Commit

Permalink
update(ci): update setup-go action
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Oct 17, 2023
1 parent fc35c02 commit fec8a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_test_packages.yaml
Expand Up @@ -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'

Expand Down

0 comments on commit fec8a82

Please sign in to comment.