Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33bcc93

Browse files
Update actions/setup-go action to v5.2.0 (#428)
| datasource | package | from | to || ----------- | ---------------- | ------ | ------ || github-tags | actions/setup-go | v5.1.0 | v5.2.0 |Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parente2e4c01 commit33bcc93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
4242

4343
-name:Setup Golang Environment
44-
uses:actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed# v5.1.0
44+
uses:actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a# v5.2.0
4545
with:
4646
go-version:${{ matrix.go-version }}
4747

@@ -100,7 +100,7 @@ jobs:
100100
if:${{ github.event_name == 'push' }}
101101

102102
-name:Setup Golang Environment
103-
uses:actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed# v5.1.0
103+
uses:actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a# v5.2.0
104104
with:
105105
go-version:stable
106106
if:${{ github.ref_type == 'tag' }}

‎.github/workflows/codeql-analysis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
5252

5353
-name:Setup Golang Environment
54-
uses:actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed# v5.1.0
54+
uses:actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a# v5.2.0
5555
with:
5656
go-version:stable
5757
if:matrix.language == 'go'

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
2929

3030
-name:Setup Golang Environment
31-
uses:actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed# v5.1.0
31+
uses:actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a# v5.2.0
3232
with:
3333
go-version:stable
3434

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp