Skip to content

chore(deps): eol golang.org/x/term (unstable → v0.41.0) #77

chore(deps): eol golang.org/x/term (unstable → v0.41.0)

chore(deps): eol golang.org/x/term (unstable → v0.41.0) #77

Workflow file for this run

name: "go static analysis"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
static-analysis:
name: "Run Go static analysis"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
with:
go-version: 1.23
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1
with:
version: "2024.1"
install-go: false