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

This commit is contained in:
renovate[bot]
2023-12-11 03:13:24 +00:00
committed by Steffen Vogel
parent 4b5f202822
commit e4ad5cd83d
4 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ jobs:
make
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true

View File

@@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true

View File

@@ -33,7 +33,7 @@ jobs:
libpcap-dev
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true