Skip to content

Commit

Permalink
fixing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Jan 11, 2024
1 parent dbef79b commit 341582f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.21.5'

- name: Build
run: go build -v ./...
run: go build ./...

- name: Test
run: go test -v ./...
run: go test ./...

0 comments on commit 341582f

Please sign in to comment.