Skip to content

Merge pull request #73 from mdlayher/dependabot/github_actions/golang… #161

Merge pull request #73 from mdlayher/dependabot/github_actions/golang…

Merge pull request #73 from mdlayher/dependabot/github_actions/golang… #161

name: Static Analysis
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
strategy:
matrix:
go-version:
- "1.25.x"
- "1.26.x"
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Lint
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
args: --verbose
version: v2.12.2