chore(deps): update actions/setup-go action to v5

This commit is contained in:
renovate[bot] 2024-07-08 08:11:21 +00:00 committed by Jan O. Rundshagen
parent 9c249fbddb
commit 22d54354d0
4 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Run tests
@ -64,7 +64,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Login to Docker Hub