Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 #131

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/131.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:dependency
deps: bumps actions/setup-go from 5.0.1 to 5.0.2
```
2 changes: 1 addition & 1 deletion .github/workflows/check_gen-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v3.5.0
- uses: actions/setup-go@v5.0.1 # v4.0.0
- uses: actions/setup-go@v5.0.2 # v4.0.0
with:
go-version-file: 'go.mod'
- run: make doc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
token: ${{ secrets.CHANGELOG_PAT }}
fetch-depth: 0
submodules: true
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.0.2
with:
go-version-file: '.ci/tools/go.mod'
- run: go generate -tags tools .ci/tools/tools.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v5.0.1 # v4.0.0
- uses: actions/setup-go@v5.0.2 # v4.0.0
with:
go-version-file: 'go.mod'
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4 # v3.5.0
- uses: actions/setup-go@v5.0.1 # v4.0.0
- uses: actions/setup-go@v5.0.2 # v4.0.0
with:
go-version-file: 'go.mod'
- run: go mod download
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
token: ${{ secrets.CHANGELOG_PAT }}
ref: ${{ github.ref }}
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.0.2
with:
go-version-file: 'go.mod'
- run: go mod download
Expand All @@ -74,7 +74,7 @@ jobs:
# with:
# token: ${{ secrets.CHANGELOG_PAT }}
# ref: ${{ github.ref }}
# - uses: actions/setup-go@v5.0.1
# - uses: actions/setup-go@v5.0.2
# with:
# go-version-file: 'go.mod'
# - run: go mod download
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Go
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.0.2
with:
go-version-file: 'go.mod'
- id: release-notes-download
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.CHANGELOG_PAT }}
fetch-depth: 0
submodules: false
- uses: actions/setup-go@v5.0.1
- uses: actions/setup-go@v5.0.2
with:
go-version-file: 'go.mod'
# * CHANGELOG
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
# Allow goreleaser to access older tag information.
fetch-depth: 0
- uses: actions/setup-go@v5.0.1 # v4.0.0
- uses: actions/setup-go@v5.0.2 # v4.0.0
with:
go-version-file: 'go.mod'
- id: release-notes-download
Expand Down