Add changes

This commit is contained in:
ofekshenawa 2024-07-22 16:38:48 +03:00
parent c78d60b812
commit 130815247a
1 changed files with 3 additions and 3 deletions

View File

@ -23,12 +23,12 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v5
with: with:
go-version: 1.21 go-version-file: 'go.mod'
- name: Install dependencies - name: Install dependencies
run: go mod tidy run: go mod download
- name: Run tests - name: Run tests
run: go test -coverprofile=coverage.out ./... run: go test -coverprofile=coverage.out ./...