Skip to content

fix(deps): bump golang from 1.23.2 to 1.23.3 #89

fix(deps): bump golang from 1.23.2 to 1.23.3

fix(deps): bump golang from 1.23.2 to 1.23.3 #89

---
name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5
with:
go-version: '1.22'
cache: false
- name: golangci-lint
uses: golangci/[email protected]
with:
version: "latest"
args: "--timeout=30m"