Skip to content

Commit d3cb81f

Browse files
committed
go verson from go.mod
1 parent a3c571c commit d3cb81f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Install Go
8-
uses: actions/setup-go@v2
8+
uses: actions/setup-go@v5
99
with:
10-
go-version: 1.21.5
10+
go-version-file: go.mod
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
- name: Test
1414
run: make ci

0 commit comments

Comments
 (0)