diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0b3d6a3..decebf3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.20 - name: go vet -v ./... run: go vet -v ./... - name: go test -v ./... diff --git a/go.mod b/go.mod index 3987d4a..3655906 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.tcp.direct/kayos/keepr -go 1.22 +go 1.20 require ( git.tcp.direct/kayos/common v0.9.7