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
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit9510e20

Browse files
chore: bump actions/setup-go from 2 to 3.3.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.3.1.- [Release notes](https://github.com/actions/setup-go/releases)- [Commits](actions/setup-go@v2...v3.3.1)---updated-dependencies:- dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
1 parent3a6edf6 commit9510e20

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth:0
3434

35-
-uses:actions/setup-go@v2
35+
-uses:actions/setup-go@v3.3.1
3636
with:
3737
go-version:'^1.16.7'
3838

@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth:0
5555

56-
-uses:actions/setup-go@v2
56+
-uses:actions/setup-go@v3.3.1
5757
with:
5858
go-version:'^1.16.7'
5959

‎.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
restore-keys:|
4646
${{ runner.os }}-go-
4747
48-
-uses:actions/setup-go@v2
48+
-uses:actions/setup-go@v3.3.1
4949
with:
5050
go-version:'^1.16.7'
5151

‎.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth:0
2828

29-
-uses:actions/setup-go@v2
29+
-uses:actions/setup-go@v3.3.1
3030
with:
3131
go-version:'^1.16.7'
3232

@@ -65,7 +65,7 @@ jobs:
6565
p12-file-base64:${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
6666
p12-password:${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
6767

68-
-uses:actions/setup-go@v2
68+
-uses:actions/setup-go@v3.3.1
6969
with:
7070
go-version:'^1.16.7'
7171

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp