updating Go version to 1.21. Ran tidy and mod vendor

This commit is contained in:
Shawn Hartsell
2024-01-16 14:23:08 -06:00
parent 05ec4672e1
commit 150b316c6c
5 changed files with 26 additions and 21 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/actions/actions-sync
go 1.17
go 1.21
require (
github.com/go-git/go-git/v5 v5.4.2