Skip to content

Commit 985c996

Browse files
committed
chore: improve CI workflow
1 parent 037ef4e commit 985c996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/setup-go@v1
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-go@v5
1112
with:
12-
go-version: 1.23.x
13-
- uses: actions/checkout@v2
13+
go-version: oldstable
1414
- name: Build
1515
run: go build ./...
1616
- name: Test

0 commit comments

Comments
 (0)