Skip to content

Commit 67fb17e

Browse files
Merge pull request #30 from mohsenmottaghi/mm-branch-1
ci(tests): update tests ci with latest gh actions and go v1.25
2 parents 020b1cb + c27be8e commit 67fb17e

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@ name: Go Tests
22

33
on: [push]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
unitTests:
710

811
runs-on: ubuntu-latest
912

1013
steps:
11-
- uses: actions/checkout@v4
12-
- name: Set up Go 1.23.x
13-
uses: actions/setup-go@v5
14+
- uses: actions/checkout@v6
15+
- name: Set up Go 1.25.x
16+
uses: actions/setup-go@v6
1417
with:
15-
go-version: '1.23.x'
18+
go-version: '1.25'
1619
- name: Run tests
1720
run: go test -v ./...

0 commit comments

Comments
 (0)