Skip to content

Merge pull request #33 from helios-ag/dependabot/go_modules/github.co… #46

Merge pull request #33 from helios-ag/dependabot/go_modules/github.co…

Merge pull request #33 from helios-ag/dependabot/go_modules/github.co… #46

Workflow file for this run

name: "StaticCheck"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
name: "Run CI"
strategy:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
go: ["1.18.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: WillAbides/[email protected]
with:
go-version: ${{ matrix.go }}
- run: "go test ./..."
- run: "go vet ./..."
- uses: dominikh/[email protected]
with:
version: "2022.1"
install-go: false
cache-key: ${{ matrix.go }}