Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
fix go version in yaml file (previously read as 1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Dec 19, 2023
1 parent 8d51ed8 commit 749a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: install go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: "1.21"

- name: build and test
run: go test -race -timeout=60s -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov ./...
Expand Down

0 comments on commit 749a8b6

Please sign in to comment.