Skip to content

actions: update to go 1.22/1.23 #6

actions: update to go 1.22/1.23

actions: update to go 1.22/1.23 #6

Workflow file for this run

name: "StaticCheck"
on: ["push", "pull_request"]
jobs:
ci:
name: "staticcheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@v1.1.0
with:
version: "2022.1.3"