Skip to content

Commit d74a3e1

Browse files
committed
Workaround for broken test
See golang/go#52338 and golang/go#52648
1 parent 9067f0f commit d74a3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go 1.x
1212
uses: actions/setup-go@v2
1313
with:
14-
go-version: ^1.18
14+
go-version: 1.18
1515
id: go
1616

1717
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)