Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit d6c0e95

Browse files
committed
go version to take hard dependency on go 1.20
1 parent c856f01 commit d6c0e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- uses: actions/setup-go@v4
9090
with:
91-
go-version: '^1.20.0' # The Go version to download (if necessary) and use.
91+
go-version: '1.20' # The Go version to download (if necessary) and use.
9292
- run: go version
9393

9494
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)