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

Commit 6426168

Browse files
committed
go.mod: upgrade to 1.20
Upgrade the minimum Go version for the project. This update is necessary to take advantage of some useful new features (including, in an upcoming patch, the ability to convert between variable- and fixed-length byte slices). Signed-off-by: Victoria Dye <vdye@github.com>
1 parent 0a65d0a commit 6426168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/git-ecosystem/git-bundle-server
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/google/uuid v1.3.0

0 commit comments

Comments
 (0)