Skip to content

fix(deploy): 0.4.1 (#35) #50

fix(deploy): 0.4.1 (#35)

fix(deploy): 0.4.1 (#35) #50

Workflow file for this run

name: Verify
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
strategy:
matrix:
go: ["1.22.5"]
fail-fast: true
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: false
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
args: --timeout=5m