Update actions/setup-go action to v4 (#100)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-03 17:54:58 +02:00
committed by GitHub
parent af632832a3
commit cb47a4bb76

View File

@@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '^1.20'
- name: Run tests