Skip to content

chore(config): migrate config renovate.json #97

chore(config): migrate config renovate.json

chore(config): migrate config renovate.json #97

Workflow file for this run

name: Go Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Install dependencies
run: go get .
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Vet
run: go vet ./...
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: "2023.1.6"
install-go: false