Skip to content

Commit 4cbcf65

Browse files
committed
workflow
1 parent a0fc3e0 commit 4cbcf65

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
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:
15-
go-version: "1.21"
18+
go-version: "1.25"
19+
1620
- run: go version
1721

1822
- name: Checkout

0 commit comments

Comments
 (0)