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

Commit2d4621c

Browse files
build(deps): bump actions/setup-go from 5 to 6 in the github-actions group (#6068)
1 parentb645176 commit2d4621c

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

‎.github/workflows/deploy-documentation.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CGO_ENABLED:0
2121
steps:
2222
-uses:actions/checkout@v5
23-
-uses:actions/setup-go@v5
23+
-uses:actions/setup-go@v6
2424
with:
2525
go-version:${{ env.GO_VERSION }}
2626

‎.github/workflows/post-release.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_TOKEN:${{ secrets.GOLANGCI_LINT_TOKEN }}
2020
steps:
2121
-uses:actions/checkout@v5
22-
-uses:actions/setup-go@v5
22+
-uses:actions/setup-go@v6
2323
with:
2424
go-version:${{ env.GO_VERSION }}
2525

@@ -42,7 +42,7 @@ jobs:
4242
GITHUB_TOKEN:${{ secrets.GOLANGCI_LINT_TOKEN }}
4343
steps:
4444
-uses:actions/checkout@v5
45-
-uses:actions/setup-go@v5
45+
-uses:actions/setup-go@v6
4646
with:
4747
go-version:${{ env.GO_VERSION }}
4848

‎.github/workflows/pr-checks.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:ubuntu-latest
1919
steps:
2020
-uses:actions/checkout@v5
21-
-uses:actions/setup-go@v5
21+
-uses:actions/setup-go@v6
2222
with:
2323
go-version:${{ env.GO_VERSION }}
2424
-name:Check go mod
@@ -35,7 +35,7 @@ jobs:
3535
# - uses: actions/checkout@v5
3636
# with:
3737
# fetch-depth: 0
38-
# - uses: actions/setup-go@v5
38+
# - uses: actions/setup-go@v6
3939
# with:
4040
# go-version: ${{ env.GO_VERSION }}
4141
# - name: Check generated files are up-to-date
@@ -60,7 +60,7 @@ jobs:
6060
runs-on:ubuntu-latest
6161
steps:
6262
-uses:actions/checkout@v5
63-
-uses:actions/setup-go@v5
63+
-uses:actions/setup-go@v6
6464
with:
6565
go-version:${{ env.GO_VERSION }}
6666
-name:Build golangci-lint

‎.github/workflows/pr-documentation.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
-uses:actions/checkout@v5
22-
-uses:actions/setup-go@v5
22+
-uses:actions/setup-go@v6
2323
with:
2424
go-version:${{ env.GO_VERSION }}
2525

‎.github/workflows/pr-tests.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on:ubuntu-latest
1919
steps:
2020
-uses:actions/checkout@v5
21-
-uses:actions/setup-go@v5
21+
-uses:actions/setup-go@v6
2222
with:
2323
go-version:${{ env.GO_VERSION }}
2424
-name:Check go mod
@@ -33,7 +33,7 @@ jobs:
3333
runs-on:ubuntu-latest
3434
steps:
3535
-uses:actions/checkout@v5
36-
-uses:actions/setup-go@v5
36+
-uses:actions/setup-go@v6
3737
with:
3838
# https://github.com/actions/setup-go#supported-version-syntax
3939
# ex:
@@ -52,7 +52,7 @@ jobs:
5252
runs-on:windows-latest
5353
steps:
5454
-uses:actions/checkout@v5
55-
-uses:actions/setup-go@v5
55+
-uses:actions/setup-go@v6
5656
with:
5757
go-version:${{ env.GO_VERSION }}# test only the latest go version to speed up CI
5858
-name:Run tests
@@ -63,7 +63,7 @@ jobs:
6363
runs-on:macos-latest
6464
steps:
6565
-uses:actions/checkout@v5
66-
-uses:actions/setup-go@v5
66+
-uses:actions/setup-go@v6
6767
with:
6868
go-version:${{ env.GO_VERSION }}# test only the latest go version to speed up CI
6969
-name:Run tests
@@ -82,7 +82,7 @@ jobs:
8282
runs-on:${{ matrix.os }}
8383
steps:
8484
-uses:actions/checkout@v5
85-
-uses:actions/setup-go@v5
85+
-uses:actions/setup-go@v6
8686
with:
8787
go-version:${{ matrix.golang }}
8888
-name:Run tests

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-uses:actions/checkout@v5
4141
with:
4242
fetch-depth:0
43-
-uses:actions/setup-go@v5
43+
-uses:actions/setup-go@v6
4444
with:
4545
go-version:${{ env.GO_VERSION }}
4646

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp