chore: add push to GH
All checks were successful
Go Test / build (push) Successful in 30s
Go Bump / bump (push) Successful in 6s

This commit is contained in:
xuu 2023-10-04 16:33:41 -06:00
parent 3aa52ef05c
commit b0999c998a

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.19 go-version: 1.21.1
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...