Skip to content

Commit de6c55e

Browse files
committed
workflow
1 parent 686be8e commit de6c55e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ on:
77

88
jobs:
99
test-project:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
12+
- run: uname -a
13+
- run: lsb_release -a
14+
1215
- name: Setup
1316
uses: actions/setup-go@v4
1417
with:
1518
go-version: "1.21"
19+
1620
- run: go version
1721

1822
- name: Checkout

0 commit comments

Comments
 (0)