Skip to content

ci(workflow): bump google-github-actions/release-please-action from 4.1.0 to 4.1.1 #398

ci(workflow): bump google-github-actions/release-please-action from 4.1.0 to 4.1.1

ci(workflow): bump google-github-actions/release-please-action from 4.1.0 to 4.1.1 #398

name: "Golang Static checker"
on:
- pull_request
jobs:
staticcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/setup-go@v5.0.1
with:
go-version-file: "go.mod"
id: setup-go
- uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2023.1.6"
install-go: false
min-go-version: "module"