Skip to content

Commit

Permalink
Update actions/setup-go action to v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2024
1 parent 1d64aed commit cc059dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.0.2
with:
go-version-file: "go.mod"
cache: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.0.2
with:
go-version-file: "go.mod"
cache: true
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.0.2
with:
go-version-file: "go.mod"
cache: true
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
BUILDKIT_PROGRESS: plain
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.0.2
with:
go-version-file: "go.mod"
cache: true
Expand Down

0 comments on commit cc059dc

Please sign in to comment.