Skip to content

Commit 3ff60e0

Browse files
authored
Merge pull request github#12548 from github/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents be8f04a + e999d33 commit 3ff60e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-tests-other-os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: macos-latest
1414
steps:
1515
- name: Set up Go 1.20
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v4
1717
with:
1818
go-version: 1.20.0
1919
id: go
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: windows-latest-xl
4949
steps:
5050
- name: Set up Go 1.20
51-
uses: actions/setup-go@v3
51+
uses: actions/setup-go@v4
5252
with:
5353
go-version: 1.20.0
5454
id: go

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest-xl
2222
steps:
2323
- name: Set up Go 1.20
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v4
2525
with:
2626
go-version: 1.20.0
2727
id: go

0 commit comments

Comments
 (0)