Skip to content

chore(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine #964

chore(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine

chore(deps): bump golang from 1.22.2-alpine to 1.22.3-alpine #964

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.2
- name: Check out code
uses: actions/checkout@v4
- name: Lint Go code
run: make lint