This commit is contained in:
kayos@tcp.direct 2024-05-08 02:34:10 -07:00
parent 532a31ffdf
commit 6236da7c6b
Signed by: kayos
GPG Key ID: 4B841471B4BEE979
2 changed files with 2 additions and 2 deletions

@ -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 ./...

2
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