Skip to content

chore(deps): update golangci/golangci-lint-action action to v5 - autoclosed #137

chore(deps): update golangci/golangci-lint-action action to v5 - autoclosed

chore(deps): update golangci/golangci-lint-action action to v5 - autoclosed #137

Workflow file for this run

name: Go
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test
run: go test -v ./...
- name: Build
run: go build -v .
env:
CGO_ENABLED: '0'