Skip to content

build(deps): bump docker/setup-buildx-action from 2 to 3 (#106) #172

build(deps): bump docker/setup-buildx-action from 2 to 3 (#106)

build(deps): bump docker/setup-buildx-action from 2 to 3 (#106) #172

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- run: go build -v .
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5000s