Skip to content

Bump golangci/golangci-lint-action from 5.0.0 to 5.2.0 #114

Bump golangci/golangci-lint-action from 5.0.0 to 5.2.0

Bump golangci/golangci-lint-action from 5.0.0 to 5.2.0 #114

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v3
- name: Build
run: go build -v ./...
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install asdf dependencies
uses: asdf-vm/actions/install@v3
- name: Test
run: go test -v ./...