chore(deps): update actions/setup-go action to v4 #418

Merged
renovate-bot merged 1 commits from refs/pull/418/head into main 2023-11-24 03:05:34 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 931489ed0d - Show all commits

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # all history for all branches and tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # all history for all branches and tags
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.21.0'
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1