Skip to content

Bump github.com/golangci/golangci-lint from 1.55.0 to 1.55.1 in /buil… #90

Bump github.com/golangci/golangci-lint from 1.55.0 to 1.55.1 in /buil…

Bump github.com/golangci/golangci-lint from 1.55.0 to 1.55.1 in /buil… #90

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
goyek:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache-dependency-path: '**/go.sum'
- name: Build
run: ./goyek.sh -v all diff
compatibility:
strategy:
fail-fast: false
matrix:
go-version:
- '1.17'
- '1.18'
- '1.19'
- '1.20'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test -race ./...