Skip to content

Commit 0d7d205

Browse files
chore: bump actions/setup-go from 4 to 5 (#102)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kostiantyn Kulbachnyi <[email protected]>
1 parent e8eb5ca commit 0d7d205

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3030

3131
- name: Setup Go
32-
uses: actions/setup-go@v4
32+
uses: actions/setup-go@v5
3333
with:
3434
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
3535

@@ -69,7 +69,7 @@ jobs:
6969
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
7070

7171
- name: Setup Go
72-
uses: actions/setup-go@v4
72+
uses: actions/setup-go@v5
7373
with:
7474
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
7575

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

2828
- name: Setup Go
29-
uses: actions/setup-go@v4
29+
uses: actions/setup-go@v5
3030
with:
3131
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
3232

@@ -103,7 +103,7 @@ jobs:
103103
output-file: 'false'
104104

105105
- name: Setup Go
106-
uses: actions/setup-go@v4
106+
uses: actions/setup-go@v5
107107
with:
108108
go-version: ${{ matrix.go-version }} # The Go version to download (if necessary) and use.
109109

0 commit comments

Comments
 (0)