Skip to content

Bump modernc.org/ql from 1.4.7 to 1.4.9 #145

Bump modernc.org/ql from 1.4.7 to 1.4.9

Bump modernc.org/ql from 1.4.7 to 1.4.9 #145

Workflow file for this run

---
name: Test
"on": [push]
permissions: read-all
jobs:
test:
name: Test on push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- uses: golangci/golangci-lint-action@v6.1.1
- name: Get test dependencies
run: |
go mod download
- name: go test
run: go test ./cmd/gocate