Skip to content

Commit 9020ff1

Browse files
wip
1 parent 6444974 commit 9020ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@v2
2929
with:
30-
go-version: "1.21"
30+
go-version: "1.21.10"
3131

3232
- name: Run unit tests
3333
run: go test -v ./... -coverprofile=coverage_unit.txt

0 commit comments

Comments
 (0)