Skip to content

Commit 1367ca7

Browse files
committed
Updaded Go github action
1 parent c2312ba commit 1367ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
matrix:
1717
go: ['1.18.x', '1.19.x']
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v3
2323
with:
2424
go-version: ${{ matrix.go }}
2525

0 commit comments

Comments
 (0)