Skip to content

Bump golang from 1.23.4 to 1.23.5 #249

Bump golang from 1.23.4 to 1.23.5

Bump golang from 1.23.4 to 1.23.5 #249

Workflow file for this run

name: linting
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
jobs:
test:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1