Skip to content

Commit 47aaede

Browse files
Update actions/setup-go action to v6
1 parent e450f12 commit 47aaede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
#
1818
- name: Setup Go ${{ matrix.go-version }}
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
#

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Setup Go ${{ matrix.go-version }}
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v6
1818
with:
1919
go-version: ${{ matrix.go-version }}
2020
cache: true

0 commit comments

Comments
 (0)