Skip to content

Commit ff147f3

Browse files
authored
Update go.yml
1 parent 64def4c commit ff147f3

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/go.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
go-version: [ '1.19', '1.20', '1.21.x' ]
11-
12-
steps:
13-
- uses: actions/checkout@v1
14-
- uses: dominikh/[email protected]
15-
with:
16-
version: "2022.1.1"
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: dominikh/[email protected]
14+
with:
15+
go-version: ${{ matrix.go-version }}

0 commit comments

Comments
 (0)