Skip to content

Commit 626f074

Browse files
committed
ci: Upgrade golang to 1.20
1 parent 26aac62 commit 626f074

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
4040
- uses: actions/setup-go@v4
4141
with:
42-
go-version: "^1.17.0"
42+
go-version: "^1.20.0"
4343
- run: make test/unit
4444
- run: make test/coverage
4545
- run: go install github.com/mattn/goveralls@latest

0 commit comments

Comments
 (0)