Skip to content

chore(deps): bump golang from 1.23.0-alpine to 1.23.1-alpine #1023

chore(deps): bump golang from 1.23.0-alpine to 1.23.1-alpine

chore(deps): bump golang from 1.23.0-alpine to 1.23.1-alpine #1023

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.23.0
- name: Check out code
uses: actions/checkout@v4
- name: Lint Go code
run: make lint