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

View File

@@ -1,4 +1,4 @@
FROM golang:1.17
FROM golang:1.21
ENV GO111MODULE=on
WORKDIR /go/src/github.com/actions/actions-sync