Skip to content

chore(deps): update golangci/golangci-lint-action action to v6 #194

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

chore(deps): update golangci/golangci-lint-action action to v6 #194

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v4
with:
cache: true
go-version-file: 'go.mod'
- run: go build .